-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
80 lines (80 loc) · 2.67 KB
/
package-lock.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "icon-packer",
"version": "1.2.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@types/node": {
"version": "11.13.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-11.13.0.tgz",
"integrity": "sha512-rx29MMkRdVmzunmiA4lzBYJNnXsW/PhG4kMBy2ATsYaDjGGR75dCFEVVROKpNwlVdcUX3xxlghKQOeDPBJobng==",
"dev": true
},
"he": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/he/-/he-1.1.1.tgz",
"integrity": "sha1-k0EP0hsAlzUVH4howvJx80J+I/0="
},
"mkdirs": {
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/mkdirs/-/mkdirs-0.0.2.tgz",
"integrity": "sha1-GI3bbdGclE6YLzFjKUXJaMLvS8Y=",
"requires": {
"strformat": "0.0.x"
}
},
"node-html-parser": {
"version": "1.1.14",
"resolved": "https://registry.npmjs.org/node-html-parser/-/node-html-parser-1.1.14.tgz",
"integrity": "sha512-UcvX5vo3vqlDUpOVvy67Qdp8um0cYc30blTI1yLArF7g8SD3Ci1xomIkPBg1+AKZ8LgrYixvOQ9G2PkOFk2AEg==",
"requires": {
"he": "1.1.1"
}
},
"strformat": {
"version": "0.0.7",
"resolved": "https://registry.npmjs.org/strformat/-/strformat-0.0.7.tgz",
"integrity": "sha1-i2O+wZlXaLuaW8YAdPTN3/BEpMQ="
},
"svgpath": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/svgpath/-/svgpath-2.2.1.tgz",
"integrity": "sha1-CDS7Z8iadkcrK9BswQH6e1F7Iiw="
},
"to-constant-case": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/to-constant-case/-/to-constant-case-1.0.0.tgz",
"integrity": "sha1-Y/UnKbAOhRiL5+DjYXieXquqCBs=",
"requires": {
"to-snake-case": "^1.0.0"
}
},
"to-no-case": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/to-no-case/-/to-no-case-1.0.2.tgz",
"integrity": "sha1-xyKQcWTvaxeBMsjmmTAhLRtKoWo="
},
"to-snake-case": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/to-snake-case/-/to-snake-case-1.0.0.tgz",
"integrity": "sha1-znRpE4l5RgGah+Yu366upMYIq4w=",
"requires": {
"to-space-case": "^1.0.0"
}
},
"to-space-case": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/to-space-case/-/to-space-case-1.0.0.tgz",
"integrity": "sha1-sFLar7Gysp3HcM6gFj5ewOvJ/Bc=",
"requires": {
"to-no-case": "^1.0.0"
}
},
"typescript": {
"version": "3.7.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.7.5.tgz",
"integrity": "sha512-/P5lkRXkWHNAbcJIiHPfRoKqyd7bsyCma1hZNUGfn20qm64T6ZBlrzprymeu918H+mB/0rIg2gGK/BXkhhYgBw==",
"dev": true
}
}
}