forked from SukkaW/Surge
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
86 lines (86 loc) · 2.47 KB
/
package.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "ruleset.skk.moe",
"version": "0.0.0",
"private": true,
"description": "",
"repository": {
"type": "git",
"url": "git+https://github.com/SukkaW/Surge.git"
},
"type": "commonjs",
"scripts": {
"node": "SWCRC=true node -r @swc-node/register",
"dexnode": "SWCRC=true dexnode -r @swc-node/register",
"build": "pnpm run node ./Build/index.ts",
"build-profile": "pnpm run dexnode -r @swc-node/register ./Build/index.ts",
"build-webstream": "ENABLE_EXPERIMENTAL_WEBSTREAMS=true pnpm run node ./Build/index.ts",
"lint": "eslint --format=sukka .",
"test": "SWCRC=true mocha --require @swc-node/register --watch-extensions ts,tsx"
},
"author": "",
"license": "ISC",
"dependencies": {
"@ghostery/adblocker": "^2.1.1",
"@henrygd/queue": "^1.0.7",
"async-retry": "^1.3.3",
"better-sqlite3": "^11.6.0",
"cacache": "^19.0.1",
"cacheable-lookup": "^6.1.0",
"ci-info": "^4.1.0",
"cli-table3": "^0.6.5",
"csv-parse": "^5.6.0",
"devalue": "^5.1.1",
"dns2": "^2.1.0",
"escape-string-regexp-node": "^1.0.2",
"fast-cidr-tools": "^0.3.1",
"fdir": "^6.4.2",
"foxact": "^0.2.42",
"hash-wasm": "^4.12.0",
"json-stringify-pretty-compact": "^3.0.0",
"make-fetch-happen": "^14.0.3",
"mnemonist": "^0.39.8",
"picocolors": "^1.1.1",
"punycode": "^2.3.1",
"tar-fs": "^3.0.6",
"tinyexec": "^0.3.1",
"tldts": "^6.1.64",
"tldts-experimental": "^6.1.64",
"undici": "^6.21.0",
"whoiser": "^1.18.0",
"why-is-node-running": "^3.2.1",
"xbits": "^0.2.0",
"yaml": "^2.6.1"
},
"devDependencies": {
"@eslint-sukka/node": "^6.12.0",
"@swc-node/register": "^1.10.9",
"@swc/core": "^1.9.3",
"@types/async-retry": "^1.4.9",
"@types/better-sqlite3": "^7.6.12",
"@types/cacache": "^17.0.2",
"@types/dns2": "^2.0.9",
"@types/make-fetch-happen": "^10.0.4",
"@types/mocha": "^10.0.10",
"@types/node": "^22.10.0",
"@types/node-fetch": "^2.6.12",
"@types/punycode": "^2.1.4",
"@types/tar-fs": "^2.0.4",
"@types/tar-stream": "^3.1.3",
"eslint": "^9.15.0",
"eslint-config-sukka": "^6.12.0",
"eslint-formatter-sukka": "^6.12.0",
"expect": "^29.7.0",
"mitata": "^1.0.17",
"mocha": "^10.8.2",
"typescript": "^5.7.2"
},
"packageManager": "[email protected]",
"pnpm": {
"patchedDependencies": {
"undici": "patches/undici.patch"
}
},
"resolutions": {
"has": "npm:@nolyfill/has@latest"
}
}