94 lines
2.7 KiB
JSON
94 lines
2.7 KiB
JSON
{
|
|
"name": "chuanmei",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@types/koa": "^2.15.0",
|
|
"@types/koa-bodyparser": "^4.3.12",
|
|
"@types/koa-router": "^7.4.8",
|
|
"@types/ws": "^8.5.10",
|
|
"accepts": "^1.3.8",
|
|
"axios": "^1.6.8",
|
|
"bytes": "^3.1.2",
|
|
"cache-content-type": "^1.0.1",
|
|
"call-bind": "^1.0.7",
|
|
"co": "^4.6.0",
|
|
"co-body": "^6.1.0",
|
|
"content-disposition": "^0.5.4",
|
|
"content-type": "^1.0.5",
|
|
"cookies": "^0.9.1",
|
|
"copy-to": "^2.0.1",
|
|
"debug": "^4.3.4",
|
|
"deep-equal": "^1.0.1",
|
|
"define-data-property": "^1.1.4",
|
|
"delegates": "^1.0.0",
|
|
"depd": "^2.0.0",
|
|
"destroy": "^1.2.0",
|
|
"ee-first": "^1.1.1",
|
|
"encodeurl": "^1.0.2",
|
|
"es-define-property": "^1.0.0",
|
|
"es-errors": "^1.3.0",
|
|
"escape-html": "^1.0.3",
|
|
"fresh": "^0.5.2",
|
|
"function-bind": "^1.1.2",
|
|
"get-intrinsic": "^1.2.4",
|
|
"gopd": "^1.0.1",
|
|
"has-property-descriptors": "^1.0.2",
|
|
"has-proto": "^1.0.3",
|
|
"has-symbols": "^1.0.3",
|
|
"has-tostringtag": "^1.0.2",
|
|
"hasown": "^2.0.2",
|
|
"http-assert": "^1.5.0",
|
|
"http-errors": "^1.8.1",
|
|
"iconv-lite": "^0.4.24",
|
|
"inflation": "^2.1.0",
|
|
"inherits": "^2.0.4",
|
|
"is-generator-function": "^1.0.10",
|
|
"keygrip": "^1.1.0",
|
|
"koa": "^2.15.3",
|
|
"koa-bodyparser": "^4.4.1",
|
|
"koa-compose": "^4.1.0",
|
|
"koa-convert": "^2.0.0",
|
|
"koa-router": "^12.0.1",
|
|
"media-typer": "^0.3.0",
|
|
"methods": "^1.1.2",
|
|
"mime-db": "^1.52.0",
|
|
"mime-types": "^2.1.35",
|
|
"ms": "^2.1.2",
|
|
"negotiator": "^0.6.3",
|
|
"object-inspect": "^1.13.1",
|
|
"on-finished": "^2.4.1",
|
|
"only": "^0.0.2",
|
|
"parseurl": "^1.3.3",
|
|
"path-to-regexp": "^6.2.2",
|
|
"qs": "^6.12.1",
|
|
"raw-body": "^2.5.2",
|
|
"safe-buffer": "^5.2.1",
|
|
"safer-buffer": "^2.1.2",
|
|
"set-function-length": "^1.2.2",
|
|
"setprototypeof": "^1.2.0",
|
|
"side-channel": "^1.0.6",
|
|
"statuses": "^1.5.0",
|
|
"toidentifier": "^1.0.1",
|
|
"tsscmp": "^1.0.6",
|
|
"type-is": "^1.6.18",
|
|
"unpipe": "^1.0.0",
|
|
"vary": "^1.1.2",
|
|
"ws": "^8.17.0",
|
|
"ylru": "^1.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.12.12",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.4.5"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"dev": "ts-node src/server.ts"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|