-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
45 lines (45 loc) · 1.01 KB
/
package-lock.json
File metadata and controls
45 lines (45 loc) · 1.01 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
{
"name": "slop-review",
"version": "0.6.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "slop-review",
"version": "0.6.0",
"license": "MIT",
"dependencies": {
"glimpseui": "^0.6.0"
},
"engines": {
"node": ">=20"
},
"peerDependencies": {
"@earendil-works/pi-coding-agent": "*"
},
"peerDependenciesMeta": {
"@earendil-works/pi-coding-agent": {
"optional": true
}
}
},
"node_modules/glimpseui": {
"version": "0.6.2",
"resolved": "https://registry.npmjs.org/glimpseui/-/glimpseui-0.6.2.tgz",
"integrity": "sha512-U/pEqum33QuC58PjSvctSiV6HGSIfTR7y2dJv0hSFYzfsIfi40dMy0nwmaB9LOpGprmPW2ybaaFQIEhlIontOA==",
"hasInstallScript": true,
"license": "MIT",
"os": [
"darwin",
"linux",
"win32"
],
"bin": {
"glimpseui": "bin/glimpse.mjs"
},
"engines": {
"node": ">=18"
}
}
}
}