forked from ccported/ccported.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
68 lines (68 loc) · 1.9 KB
/
package-lock.json
File metadata and controls
68 lines (68 loc) · 1.9 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
{
"name": "ccported.github.io",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "ccported.github.io",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"@sojs_coder/htmlc": "^1.3.5"
}
},
"node_modules/@sojs_coder/htmlc": {
"version": "1.3.5",
"resolved": "https://registry.npmjs.org/@sojs_coder/htmlc/-/htmlc-1.3.5.tgz",
"integrity": "sha512-4QVqhRLej5ELcgDFJDFQFY05fUiP4XU4UTsEdMOdtxrTNcH3Dii9RT3qwv27cL12CvoagkzTVGqovHeFb2av6g==",
"license": "MIT",
"dependencies": {
"ws": "^8.18.0"
},
"bin": {
"htmlc": "index.js"
},
"engines": {
"node": ">=14.0.0"
}
},
"node_modules/ws": {
"version": "8.18.1",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.1.tgz",
"integrity": "sha512-RKW2aJZMXeMxVpnZ6bck+RswznaxmzdULiBr6KY7XkTnW8uvt0iT9H5DkHUChXrc+uurzwa0rVI16n/Xzjdz1w==",
"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
}
}
}
},
"dependencies": {
"@sojs_coder/htmlc": {
"version": "1.3.5",
"resolved": "https://registry.npmjs.org/@sojs_coder/htmlc/-/htmlc-1.3.5.tgz",
"integrity": "sha512-4QVqhRLej5ELcgDFJDFQFY05fUiP4XU4UTsEdMOdtxrTNcH3Dii9RT3qwv27cL12CvoagkzTVGqovHeFb2av6g==",
"requires": {
"ws": "^8.18.0"
}
},
"ws": {
"version": "8.18.1",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.1.tgz",
"integrity": "sha512-RKW2aJZMXeMxVpnZ6bck+RswznaxmzdULiBr6KY7XkTnW8uvt0iT9H5DkHUChXrc+uurzwa0rVI16n/Xzjdz1w==",
"requires": {}
}
}
}