This repository was archived by the owner on Apr 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage-lock.json
More file actions
68 lines (68 loc) · 2.3 KB
/
Copy pathpackage-lock.json
File metadata and controls
68 lines (68 loc) · 2.3 KB
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
{
"name": "atom-ice-ui",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"atom-package-deps": {
"version": "4.6.2",
"resolved": "https://registry.npmjs.org/atom-package-deps/-/atom-package-deps-4.6.2.tgz",
"integrity": "sha512-GOcCULZPzpcFfnHo9Oz5fT/EaArFHNs84E4rp/Nox0/GlS1UYkEF44FRdgD+7TxAudRfQAXE0a8wh0GealCXZg==",
"requires": {
"atom-package-path": "1.1.0",
"sb-fs": "3.0.0",
"semver": "5.5.0"
}
},
"atom-package-path": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/atom-package-path/-/atom-package-path-1.1.0.tgz",
"integrity": "sha1-tR/tvADnyM5SI9DYA9t6P09pYU8=",
"requires": {
"sb-callsite": "1.1.2"
}
},
"is-utf8": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz",
"integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI="
},
"jquery": {
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.3.1.tgz",
"integrity": "sha512-Ubldcmxp5np52/ENotGxlLe6aGMvmF4R8S6tZjsP6Knsaxd/xp3Zrh50cG93lR6nPXyUFwzN3ZSOQI0wRJNdGg=="
},
"sb-callsite": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/sb-callsite/-/sb-callsite-1.1.2.tgz",
"integrity": "sha1-KBkftm1k46PukghKlakPy1ECJDs="
},
"sb-fs": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/sb-fs/-/sb-fs-3.0.0.tgz",
"integrity": "sha1-+9zdMBDoChuOJ0kM7zNgZJdCA7g=",
"requires": {
"sb-promisify": "2.0.2",
"strip-bom-buf": "1.0.0"
}
},
"sb-promisify": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/sb-promisify/-/sb-promisify-2.0.2.tgz",
"integrity": "sha1-QnelR1RIiqlnXYhuNU24lMm9yYE="
},
"semver": {
"version": "5.5.0",
"resolved": "https://registry.npmjs.org/semver/-/semver-5.5.0.tgz",
"integrity": "sha512-4SJ3dm0WAwWy/NVeioZh5AntkdJoWKxHxcmyP622fOkgHa4z3R0TdBJICINyaSDE6uNwVc8gZr+ZinwZAH4xIA=="
},
"strip-bom-buf": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/strip-bom-buf/-/strip-bom-buf-1.0.0.tgz",
"integrity": "sha1-HLRar1dTD0yvhsf3UXnSyaUd1XI=",
"requires": {
"is-utf8": "0.2.1"
}
}
}
}