-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
55 lines (55 loc) · 1.62 KB
/
package-lock.json
File metadata and controls
55 lines (55 loc) · 1.62 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
{
"name": "zbra-vs-code-theme",
"version": "0.0.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "zbra-vs-code-theme",
"version": "0.0.2",
"dependencies": {
"color-steps": "^1.0.2"
},
"engines": {
"vscode": "^1.70.0"
}
},
"node_modules/color-steps": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/color-steps/-/color-steps-1.0.2.tgz",
"integrity": "sha512-Pj8QfvoFakPb6kPcovfbJzoxPObzYUj7XhNCO2xiC7z8TdjOoMNwMOyIa2nLFP6JKssnAHAfI8EaqhaJg3uWVg==",
"dependencies": {
"onecolor": "^3.0.5"
},
"bin": {
"color-steps": "cli.js"
},
"engines": {
"node": ">=6.12.2"
}
},
"node_modules/onecolor": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/onecolor/-/onecolor-3.1.0.tgz",
"integrity": "sha512-YZSypViXzu3ul5LMu/m6XjJ9ol8qAy9S2VjHl5E6UlhUH1KGKWabyEJifn0Jjpw23bYDzC2ucKMPGiH5kfwSGQ==",
"engines": {
"node": ">=0.4.8"
}
}
},
"dependencies": {
"color-steps": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/color-steps/-/color-steps-1.0.2.tgz",
"integrity": "sha512-Pj8QfvoFakPb6kPcovfbJzoxPObzYUj7XhNCO2xiC7z8TdjOoMNwMOyIa2nLFP6JKssnAHAfI8EaqhaJg3uWVg==",
"requires": {
"onecolor": "^3.0.5"
}
},
"onecolor": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/onecolor/-/onecolor-3.1.0.tgz",
"integrity": "sha512-YZSypViXzu3ul5LMu/m6XjJ9ol8qAy9S2VjHl5E6UlhUH1KGKWabyEJifn0Jjpw23bYDzC2ucKMPGiH5kfwSGQ=="
}
}
}