| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- {
- "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": "SWC_NODE_IGNORE_DYNAMIC=true node -r @swc-node/register",
- "dexnode": "SWC_NODE_IGNORE_DYNAMIC=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",
- "lint": "eslint --format=sukka .",
- "test": "SWC_NODE_IGNORE_DYNAMIC=true SWC_NODE_PROJECT=tsconfig.test.json mocha --require @swc-node/register --watch-extensions ts,tsx"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "@ghostery/adblocker": "^2.12.1",
- "@henrygd/queue": "^1.0.7",
- "@mitata/counters": "^0.0.8",
- "better-sqlite3": "^12.4.1",
- "ci-info": "^4.3.0",
- "cli-progress": "^3.12.0",
- "csv-parse": "^6.1.0",
- "dns2": "github:lsongdev/node-dns#e4fa035aca0b8eb730bde3431fbf0c60a31a09c9",
- "domain-alive": "^0.1.9",
- "fast-cidr-tools": "^0.3.2",
- "fast-fifo": "^1.3.2",
- "fast-uri": "^3.1.0",
- "fdir": "^6.5.0",
- "foxts": "^4.1.0",
- "hash-wasm": "^4.12.0",
- "json-stringify-pretty-compact": "3.0.0",
- "null-prototype-object": "^1.2.3",
- "picocolors": "^1.1.1",
- "punycode": "^2.3.1",
- "tar-fs": "^3.1.1",
- "telegram": "^2.26.22",
- "tldts": "^7.0.16",
- "tldts-experimental": "^7.0.16",
- "undici": "^7.16.0",
- "undici-cache-store-better-sqlite3": "^1.0.0",
- "why-is-node-running": "^3.2.2",
- "worktank": "^3.0.2",
- "xbits": "^0.2.0",
- "yaml": "^2.8.1",
- "yauzl-promise": "^4.0.0"
- },
- "devDependencies": {
- "@eslint-sukka/node": "^7.2.1",
- "@swc-node/register": "^1.11.1",
- "@swc/core": "^1.13.5",
- "@types/better-sqlite3": "^7.6.13",
- "@types/cli-progress": "^3.11.6",
- "@types/dns2": "^2.0.10",
- "@types/fast-fifo": "^1.3.0",
- "@types/mocha": "^10.0.10",
- "@types/node": "^24.6.2",
- "@types/punycode": "^2.1.4",
- "@types/tar-fs": "^2.0.4",
- "@types/yauzl-promise": "^4.0.1",
- "eslint": "^9.37.0",
- "eslint-config-sukka": "^7.2.1",
- "eslint-formatter-sukka": "^7.2.1",
- "expect": "^30.2.0",
- "mitata": "^1.0.34",
- "mocha": "^11.7.4",
- "tinyexec": "^1.0.1",
- "typescript": "^5.9.3"
- },
- "packageManager": "pnpm@10.18.0",
- "pnpm": {
- "onlyBuiltDependencies": [
- "@swc/core",
- "better-sqlite3",
- "oxc-resolver",
- "unrs-resolver"
- ],
- "overrides": {
- "eslint>chalk": "npm:picocolors@^1.1.1",
- "globalthis": "npm:@nolyfill/globalthis@^1.0.44",
- "has": "npm:@nolyfill/has@^1.0.44",
- "safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.44"
- },
- "ignoredBuiltDependencies": [
- "bufferutil",
- "es5-ext",
- "utf-8-validate"
- ]
- }
- }
|