-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage-lock.json
More file actions
58 lines (58 loc) · 1.93 KB
/
package-lock.json
File metadata and controls
58 lines (58 loc) · 1.93 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
57
58
{
"name": "devcontainer-ci-deps",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "devcontainer-ci-deps",
"dependencies": {
"@devcontainers/cli": "0.81.1",
"bats": "1.13.0",
"bats-assert": "github:bats-core/bats-assert#v2.2.0",
"bats-file": "github:bats-core/bats-file#v0.4.0",
"bats-support": "github:bats-core/bats-support#v0.3.0"
}
},
"node_modules/@devcontainers/cli": {
"version": "0.81.1",
"resolved": "https://registry.npmjs.org/@devcontainers/cli/-/cli-0.81.1.tgz",
"integrity": "sha512-6xfQk1kDJz0qCfBVb9MW596zKnrb7wvtw414dbrf7ExSk5e+Moq+K/unalVDqhmNXn72EaURxHFaDFW9IeLDgg==",
"license": "MIT",
"bin": {
"devcontainer": "devcontainer.js"
},
"engines": {
"node": "^16.13.0 || >=18.0.0"
}
},
"node_modules/bats": {
"version": "1.13.0",
"resolved": "https://registry.npmjs.org/bats/-/bats-1.13.0.tgz",
"integrity": "sha512-giSYKGTOcPZyJDbfbTtzAedLcNWdjCLbXYU3/MwPnjyvDXzu6Dgw8d2M+8jHhZXSmsCMSQqCp+YBsJ603UO4vQ==",
"license": "MIT",
"bin": {
"bats": "bin/bats"
}
},
"node_modules/bats-assert": {
"version": "2.2.0",
"resolved": "git+ssh://[email protected]/bats-core/bats-assert.git#d396ee3e943f7c1c058f3a1f4baddc12fab875ef",
"license": "CC0-1.0",
"peerDependencies": {
"bats": "0.4 || ^1",
"bats-support": "^0.3"
}
},
"node_modules/bats-file": {
"version": "0.2.0",
"resolved": "git+ssh://[email protected]/bats-core/bats-file.git#13ad5e2ffcc360281432db3d43a306f7b3667d60",
"peerDependencies": {
"bats-support": "git+https://github.com/bats-core/bats-support.git#v0.3.0"
}
},
"node_modules/bats-support": {
"version": "0.3.0",
"resolved": "git+ssh://[email protected]/bats-core/bats-support.git#24a72e14349690bcbf7c151b9d2d1cdd32d36eb1"
}
}
}