-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
41 lines (41 loc) · 1.04 KB
/
Copy pathpackage-lock.json
File metadata and controls
41 lines (41 loc) · 1.04 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
{
"name": "bear-cli",
"version": "0.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "bear-cli",
"version": "0.1.0",
"license": "MIT",
"dependencies": {
"commander": "^14.0.3",
"urlhook": "^0.1.0"
},
"bin": {
"bear": "bin/bear.js"
}
},
"node_modules/commander": {
"version": "14.0.3",
"resolved": "https://registry.npmjs.org/commander/-/commander-14.0.3.tgz",
"integrity": "sha512-H+y0Jo/T1RZ9qPP4Eh1pkcQcLRglraJaSLoyOtHxu6AapkjWVCy2Sit1QQ4x3Dng8qDlSsZEet7g5Pq06MvTgw==",
"license": "MIT",
"engines": {
"node": ">=20"
}
},
"node_modules/urlhook": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/urlhook/-/urlhook-0.1.0.tgz",
"integrity": "sha512-sYicR53dxl2x+YZJqxzGNWXgRy5mkK/DUALOnzjoV078UWJs+YxGQJwvffczc5g/Q6CF3JUoMp8Ht+5WLIAhUA==",
"license": "MIT",
"os": [
"darwin"
],
"bin": {
"urlhook": "bin/urlhook"
}
}
}
}