123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- {
- "name": "drpy-node",
- "version": "1.1.22",
- "main": "index.js",
- "type": "module",
- "scripts": {
- "build": "node index.js",
- "dev": "node index.js",
- "dev-win": "chcp 65001 && node --trace-deprecation index.js",
- "pm2": "pm2 start index.js --name drpys",
- "node22": "node --experimental-sqlite index.js",
- "node22-win": "chcp 65001 && node --trace-deprecation --experimental-sqlite index.js",
- "package": "python package.py",
- "package-green": "python package.py -g",
- "packageJS": "node package.js",
- "packageJS-green": "node package.js -g",
- "gzip-1": "node controllers/encoder.js json/十六万歌曲.json",
- "ungzip-1": "node controllers/decoder.js json/十六万歌曲.json.gz"
- },
- "engines": {
- "node": ">17 <23"
- },
- "repository": "https://github.com/hjdhnx/drpy-node.git",
- "author": "晚风拂柳颜 <434857005@qq.com>",
- "description": "道长修仙,法力无边。一统江湖,只需半年。\n君子袒蛋蛋,小人藏鸡鸡。",
- "license": "MIT",
- "dependencies": {
- "@fastify/formbody": "^7.4.0",
- "@fastify/static": "7.0.4",
- "axios": "^1.7.9",
- "cheerio": "^1.0.0",
- "crypto-js": "^4.2.0",
- "dayjs": "^1.11.13",
- "dotenv": "^16.4.7",
- "fastify": "^4.15.0",
- "fastq": "^1.17.1",
- "google-protobuf": "^3.21.4",
- "iconv-lite": "^0.6.3",
- "json-bigint": "^1.0.0",
- "lodash": "^4.17.21",
- "lru-cache": "^9.1.2",
- "mime-types": "^2.1.35",
- "minizlib": "^3.0.1",
- "node-sqlite3-wasm": "^0.8.35",
- "p-queue": "^8.0.1",
- "pinyin": "2.10.2",
- "qs": "^6.13.1",
- "queue": "^7.0.0",
- "rotating-file-stream": "^3.2.5",
- "simplecc-wasm": "^1.1.0",
- "sync-fetch": "^0.6.0-2",
- "tunnel": "^0.0.6",
- "ws": "^8.18.0",
- "xmlhttprequest": "^1.8.0"
- }
- }
|