-
Notifications
You must be signed in to change notification settings - Fork 1
/
package-lock.json
58 lines (58 loc) · 1.83 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
{
"name": "@linkurious/code-tools",
"version": "0.0.15",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@linkurious/code-tools",
"version": "0.0.15",
"license": "Apache-2.0",
"bin": {
"copy_npmrc": "bin/copy_npmrc.js",
"sync_versions": "bin/sync_versions.js"
},
"devDependencies": {
"chalk": "^5.0.0",
"minimist": "^1.2.6"
},
"engines": {
"node": "18.14.2"
}
},
"node_modules/chalk": {
"version": "5.0.0",
"resolved": "https://nexus3.linkurious.net/repository/npm/chalk/-/chalk-5.0.0.tgz",
"integrity": "sha512-/duVOqst+luxCQRKEo4bNxinsOQtMP80ZYm7mMqzuh5PociNL0PvmHFvREJ9ueYL2TxlHjBcmLCdmocx9Vg+IQ==",
"dev": true,
"license": "MIT",
"engines": {
"node": "^12.17.0 || ^14.13 || >=16.0.0"
},
"funding": {
"url": "https://github.com/chalk/chalk?sponsor=1"
}
},
"node_modules/minimist": {
"version": "1.2.6",
"resolved": "https://nexus3.linkurious.net/repository/npm/minimist/-/minimist-1.2.6.tgz",
"integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==",
"dev": true,
"license": "MIT"
}
},
"dependencies": {
"chalk": {
"version": "5.0.0",
"resolved": "https://nexus3.linkurious.net/repository/npm/chalk/-/chalk-5.0.0.tgz",
"integrity": "sha512-/duVOqst+luxCQRKEo4bNxinsOQtMP80ZYm7mMqzuh5PociNL0PvmHFvREJ9ueYL2TxlHjBcmLCdmocx9Vg+IQ==",
"dev": true
},
"minimist": {
"version": "1.2.6",
"resolved": "https://nexus3.linkurious.net/repository/npm/minimist/-/minimist-1.2.6.tgz",
"integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==",
"dev": true
}
}
}