-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
33 lines (33 loc) · 923 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
33
{
"name": "sky-marshal",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "sky-marshal",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"@jq-tools/jq": "^0.0.9"
}
},
"node_modules/@jq-tools/jq": {
"version": "0.0.9",
"resolved": "https://registry.npmjs.org/@jq-tools/jq/-/jq-0.0.9.tgz",
"integrity": "sha512-zm9dMBtHTuox4Xt8H7n5DAt6d4oTsAxVxFLJW3NXN8pOlswkR2dTaxxESSD12Y27x98i5TamjJvtnHbDcT9aYw==",
"bin": {
"jq": "src/bin/jq.js"
},
"peerDependencies": {
"tslib": "^2.3.0"
}
},
"node_modules/tslib": {
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.0.tgz",
"integrity": "sha512-7At1WUettjcSRHXCyYtTselblcHl9PJFFVKiCAy/bY97+BPZXSQ2wbq0P9s8tK2G7dFQfNnlJnPAiArVBVBsfA==",
"peer": true
}
}
}