-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
56 lines (56 loc) · 1.67 KB
/
package-lock.json
File metadata and controls
56 lines (56 loc) · 1.67 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
{
"name": "gcp-ruby",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "gcp-ruby",
"version": "1.0.0",
"license": "GPL-3.0",
"dependencies": {
"dockerlint": "^0.3.9"
},
"devDependencies": {}
},
"node_modules/dockerlint": {
"version": "0.3.9",
"resolved": "https://registry.npmjs.org/dockerlint/-/dockerlint-0.3.9.tgz",
"integrity": "sha512-gps1IlRWx0hqhG7qZNYoF/Ae8wpnnPDGV0eYC60FdH2UscS4hZ+NFYX3Pusj/GImjLD/Pxkp/wib7CBb63yzZw==",
"dependencies": {
"sty": "^0.6.1",
"subarg": "^1.0.0"
},
"bin": {
"dockerlint": "bin/dockerlint.js"
},
"engines": {
"coffee-script": ">= 1.0.1",
"node": ">= 0.10.0"
}
},
"node_modules/minimist": {
"version": "1.2.6",
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz",
"integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q=="
},
"node_modules/sty": {
"version": "0.6.1",
"resolved": "https://registry.npmjs.org/sty/-/sty-0.6.1.tgz",
"integrity": "sha1-3j+5rlcLxgp0RyRfDewxIT6i1ag=",
"deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.",
"engines": {
"coffee-script": "~ 1.0.1",
"node": ">= 0.4.0"
}
},
"node_modules/subarg": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/subarg/-/subarg-1.0.0.tgz",
"integrity": "sha1-9izxdYHplrSPyWVpn1TAauJouNI=",
"dependencies": {
"minimist": "^1.1.0"
}
}
}
}