-
Notifications
You must be signed in to change notification settings - Fork 628
Expand file tree
/
Copy pathpackage-lock.json
More file actions
51 lines (51 loc) · 1.49 KB
/
package-lock.json
File metadata and controls
51 lines (51 loc) · 1.49 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
{
"name": "ralph-claude-code",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "ralph-claude-code",
"version": "1.0.0",
"license": "ISC",
"devDependencies": {
"bats": "^1.12.0",
"bats-assert": "^2.2.0",
"bats-support": "^0.3.0"
}
},
"node_modules/bats": {
"version": "1.12.0",
"resolved": "https://registry.npmjs.org/bats/-/bats-1.12.0.tgz",
"integrity": "sha512-1HTv2n+fjn3bmY9SNDgmzS6bjoKtVlSK2pIHON5aSA2xaqGkZFoCCWP46/G6jm9zZ7MCi84mD+3Byw4t3KGwBg==",
"dev": true,
"license": "MIT",
"peer": true,
"bin": {
"bats": "bin/bats"
}
},
"node_modules/bats-assert": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/bats-assert/-/bats-assert-2.2.0.tgz",
"integrity": "sha512-UwS5N8JItn8gCiFl5LegBgVzSAy4Wpj241FebQXpiF+17yzeuMGLF/n9mUze4fmRUXryF/8nb3aAh+C7sTfQ2g==",
"dev": true,
"license": "CC0-1.0",
"peerDependencies": {
"bats": "0.4 || ^1",
"bats-support": "^0.3"
}
},
"node_modules/bats-support": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/bats-support/-/bats-support-0.3.0.tgz",
"integrity": "sha512-z+2WzXbI4OZgLnynydqH8GpI3+DcOtepO66PlK47SfEzTkiuV9hxn9eIQX+uLVFbt2Oqoc7Ky3TJ/N83lqD+cg==",
"dev": true,
"license": "CC0-1.0",
"peer": true,
"peerDependencies": {
"bats": "0.4 || ^1"
}
}
}
}