-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
37 lines (37 loc) · 1.02 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
{
"name": "git-grapnel",
"version": "1.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "git-grapnel",
"version": "1.0.1",
"license": "ISC",
"devDependencies": {
"bats-assert": "^2.0.0"
},
"engines": {
"bash": "^5.1.16"
},
"funding": {
"url": "https://github.com/sponsors/cheap-glitch"
}
},
"node_modules/bats-assert": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/bats-assert/-/bats-assert-2.0.0.tgz",
"integrity": "sha512-qO3kNilWxW8iCONu9NDUfvsCiC6JzL6DPOc/DGq9z3bZ9/A7wURJ+FnFMxGbofOmWbCoy7pVhofn0o47A95qkQ==",
"dev": true,
"peerDependencies": {
"bats-support": "git+https://github.com/ztombol/bats-support.git#v0.2.0"
}
},
"node_modules/bats-support": {
"version": "0.2.0",
"resolved": "git+ssh://git@github.com/ztombol/bats-support.git#d0a131831c487a1f1141e76d3ab386c89642cdff",
"dev": true,
"peer": true
}
}
}