-
Notifications
You must be signed in to change notification settings - Fork 114
Expand file tree
/
Copy pathpackage-lock.json
More file actions
71 lines (71 loc) · 1.68 KB
/
package-lock.json
File metadata and controls
71 lines (71 loc) · 1.68 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "single-file-cli",
"version": "2.0.83",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "single-file-cli",
"version": "2.0.83",
"dependencies": {
"simple-cdp": "^1.8.6",
"ws": "^8.18.3"
},
"bin": {
"single-file": "single-file-node.js"
},
"devDependencies": {
"@eslint/js": "^9.39.1"
},
"engines": {
"bun": ">=1.0",
"deno": ">=1.4",
"node": ">=20"
}
},
"node_modules/@eslint/js": {
"version": "9.39.1",
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.1.tgz",
"integrity": "sha512-S26Stp4zCy88tH94QbBv3XCuzRQiZ9yXofEILmglYTh/Ug/a9/umqvgFtYBAo3Lp0nsI/5/qH1CCrbdK3AP1Tw==",
"dev": true,
"license": "MIT",
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"funding": {
"url": "https://eslint.org/donate"
}
},
"node_modules/simple-cdp": {
"version": "1.8.6",
"resolved": "https://registry.npmjs.org/simple-cdp/-/simple-cdp-1.8.6.tgz",
"integrity": "sha512-c33zKvBOOIBfdfDCr++N8Dv6kY03wD+cGuu3MEiBJHC4LtHE5aSwjw5E+dOSeuXolS+8MoDzYuWrJdT+IFp8bw==",
"license": "MIT",
"engines": {
"bun": ">=1.0",
"deno": ">=1.4"
}
},
"node_modules/ws": {
"version": "8.18.3",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz",
"integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==",
"license": "MIT",
"engines": {
"node": ">=10.0.0"
},
"peerDependencies": {
"bufferutil": "^4.0.1",
"utf-8-validate": ">=5.0.2"
},
"peerDependenciesMeta": {
"bufferutil": {
"optional": true
},
"utf-8-validate": {
"optional": true
}
}
}
}
}