-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
45 lines (45 loc) · 1.34 KB
/
package-lock.json
File metadata and controls
45 lines (45 loc) · 1.34 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
{
"name": "colorpickerunlimited",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"bobril": {
"version": "7.6.2",
"resolved": "https://registry.npmjs.org/bobril/-/bobril-7.6.2.tgz",
"integrity": "sha1-hr/hi00r59DCXtTeuXU4ZsUU56I="
},
"bobril-flex-ie10": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/bobril-flex-ie10/-/bobril-flex-ie10-1.1.1.tgz",
"integrity": "sha1-GBuZj5QrVQNpNPChHn2F2GielpA=",
"requires": {
"bobril": "7.6.2"
}
},
"bobril-m": {
"version": "0.11.0",
"resolved": "https://registry.npmjs.org/bobril-m/-/bobril-m-0.11.0.tgz",
"integrity": "sha1-hAi8zNge+UAop0PJsbUx1wZmGNY=",
"requires": {
"bobril": "7.6.2",
"bobril-flex-ie10": "1.1.1",
"bobril-m-icons": "2.1.0",
"webfontloader": "1.6.28"
}
},
"bobril-m-icons": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/bobril-m-icons/-/bobril-m-icons-2.1.0.tgz",
"integrity": "sha1-MvgdUVp/r3H4V6LtG2N+xWb0Fh8=",
"requires": {
"bobril": "7.6.2"
}
},
"webfontloader": {
"version": "1.6.28",
"resolved": "https://registry.npmjs.org/webfontloader/-/webfontloader-1.6.28.tgz",
"integrity": "sha1-23hhKSU8tujq5UwvsF+HCvZnW64="
}
}
}