-
Notifications
You must be signed in to change notification settings - Fork 67
/
Copy pathpackage-lock.json
55 lines (55 loc) · 1.22 KB
/
package-lock.json
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
{
"name": "single-file-cli",
"version": "2.0.73",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "single-file-cli",
"version": "2.0.73",
"dependencies": {
"simple-cdp": "^1.8.5",
"ws": "^8.16.0"
},
"bin": {
"single-file": "single-file-node.js"
},
"engines": {
"bun": ">=1.0",
"deno": ">=1.4",
"node": ">=20"
}
},
"node_modules/simple-cdp": {
"version": "1.8.5",
"resolved": "https://registry.npmjs.org/simple-cdp/-/simple-cdp-1.8.5.tgz",
"integrity": "sha512-bpXoeCk0mwFrr+8C8vVkhCug5h4HO49GI+MZdnyLQcFVKzTlokrimTjEoc69X2Y2n7mtjzDHTriq6B/kgUeUcA==",
"license": "MIT",
"engines": {
"bun": ">=1.0",
"deno": ">=1.4"
}
},
"node_modules/ws": {
"version": "8.18.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz",
"integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==",
"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
}
}
}
}
}