-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathpackage-lock.json
More file actions
34 lines (34 loc) · 818 Bytes
/
Copy pathpackage-lock.json
File metadata and controls
34 lines (34 loc) · 818 Bytes
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
{
"name": "claude-code-statusline",
"version": "2.13.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "claude-code-statusline",
"version": "2.13.0",
"hasInstallScript": true,
"license": "MIT",
"bin": {
"claude-statusline": "bin/cli.js"
},
"devDependencies": {
"bats": "^1.10.0"
},
"engines": {
"bash": ">=3.2.0",
"node": ">=16.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==",
"dev": true,
"license": "MIT",
"bin": {
"bats": "bin/bats"
}
}
}
}