-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
45 lines (45 loc) · 1.46 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
{
"name": "x-dry-javascript-plugin",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "x-dry-javascript-plugin",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"commander": "^9.3.0",
"js-tokens": "^8.0.0"
},
"bin": {
"level-1": "index.js"
}
},
"node_modules/commander": {
"version": "9.3.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-9.3.0.tgz",
"integrity": "sha512-hv95iU5uXPbK83mjrJKuZyFM/LBAoCV/XhVGkS5Je6tl7sxr6A0ITMw5WoRV46/UaJ46Nllm3Xt7IaJhXTIkzw==",
"engines": {
"node": "^12.20.0 || >=14"
}
},
"node_modules/js-tokens": {
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-8.0.0.tgz",
"integrity": "sha512-PC7MzqInq9OqKyTXfIvQNcjMkODJYC8A17kAaQgeW79yfhqTWSOfjHYQ2mDDcwJ96Iibtwkfh0C7R/OvqPlgVA=="
}
},
"dependencies": {
"commander": {
"version": "9.3.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-9.3.0.tgz",
"integrity": "sha512-hv95iU5uXPbK83mjrJKuZyFM/LBAoCV/XhVGkS5Je6tl7sxr6A0ITMw5WoRV46/UaJ46Nllm3Xt7IaJhXTIkzw=="
},
"js-tokens": {
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-8.0.0.tgz",
"integrity": "sha512-PC7MzqInq9OqKyTXfIvQNcjMkODJYC8A17kAaQgeW79yfhqTWSOfjHYQ2mDDcwJ96Iibtwkfh0C7R/OvqPlgVA=="
}
}
}