-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
36 lines (36 loc) · 796 Bytes
/
package-lock.json
File metadata and controls
36 lines (36 loc) · 796 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
35
36
{
"name": "dire",
"version": "0.2.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "dire",
"version": "0.2.2",
"hasInstallScript": true,
"license": "UNLICENSED",
"dependencies": {
"dire": "file:dire-0.2.2.tgz"
},
"bin": {
"dire": "bin/dire.js"
},
"engines": {
"node": ">=20"
}
},
"node_modules/dire": {
"version": "0.2.2",
"resolved": "file:dire-0.2.2.tgz",
"integrity": "sha512-jwV2yCvA+Ruo3YNAhnzHbhWsB/bBAXAnIBInXnYCkprYjUhfgk58jzJxHPM8OUFLq2KleqClod2yvxdqV5fwfQ==",
"hasInstallScript": true,
"license": "UNLICENSED",
"bin": {
"dire": "bin/dire.js"
},
"engines": {
"node": ">=20"
}
}
}
}