-
Notifications
You must be signed in to change notification settings - Fork 25
/
package-lock.json
32 lines (32 loc) · 944 Bytes
/
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
{
"name": "splash-cli",
"version": "4.0.0-alpha.8",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "splash-cli",
"version": "4.0.0-alpha.8",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"@gzuidhof/go-npm": "^0.1.13"
}
},
"node_modules/@gzuidhof/go-npm": {
"version": "0.1.13",
"resolved": "https://registry.npmjs.org/@gzuidhof/go-npm/-/go-npm-0.1.13.tgz",
"integrity": "sha512-45nOc+/Elll2f1xrFQU7rrpcpl1AIPgi3x04sGizbUUdtyreM8v2QFcpr5gACfYxt9P9wXPShIMXjve1C406Rg==",
"bin": {
"go-npm": "bin/index.js"
}
}
},
"dependencies": {
"@gzuidhof/go-npm": {
"version": "0.1.13",
"resolved": "https://registry.npmjs.org/@gzuidhof/go-npm/-/go-npm-0.1.13.tgz",
"integrity": "sha512-45nOc+/Elll2f1xrFQU7rrpcpl1AIPgi3x04sGizbUUdtyreM8v2QFcpr5gACfYxt9P9wXPShIMXjve1C406Rg=="
}
}
}