lock package version
Showing
This diff is collapsed.
... | @@ -11,17 +11,14 @@ | ... | @@ -11,17 +11,14 @@ |
], | ], | ||
"author": "zh99998 <zh99998@gmail.com>, mercury233 <me@mercury233.me>, Nanahira <78877@qq.com>", | "author": "zh99998 <zh99998@gmail.com>, mercury233 <me@mercury233.me>, Nanahira <78877@qq.com>", | ||
"dependencies": { | "dependencies": { | ||
"@types/bunyan": "^1.8.6", | |||
"@types/node": "^14.0.13", | |||
"@types/underscore": "^1.10.24", | |||
"async": "^3.2.0", | "async": "^3.2.0", | ||
"axios": "^0.19.2", | "axios": "^0.19.2", | ||
"bunyan": "^1.8.14", | "bunyan": "^1.8.14", | ||
"challonge": "latest", | "challonge": "^2.2.0", | ||
"coffeescript": "^2.5.1", | "coffeescript": "^2.5.1", | ||
"deepmerge": "latest", | "deepmerge": "^4.2.2", | ||
"formidable": "latest", | "formidable": "^2.0.1", | ||
"geoip-country-lite": "latest", | "geoip-country-lite": "^1.0.0", | ||
"jszip": "^3.5.0", | "jszip": "^3.5.0", | ||
"load-json-file": "^6.2.0", | "load-json-file": "^6.2.0", | ||
"lzma": "^2.3.2", | "lzma": "^2.3.2", | ||
... | @@ -32,12 +29,11 @@ | ... | @@ -32,12 +29,11 @@ |
"q": "^1.5.1", | "q": "^1.5.1", | ||
"querystring": "^0.2.0", | "querystring": "^0.2.0", | ||
"reflect-metadata": "^0.1.13", | "reflect-metadata": "^0.1.13", | ||
"request": "latest", | "request": "^2.88.2", | ||
"sqlite3": "latest", | "sqlite3": "^5.0.2", | ||
"typeorm": "^0.2.29", | "typeorm": "^0.2.29", | ||
"typescript": "^4.0.5", | |||
"underscore": "^1.11.0", | "underscore": "^1.11.0", | ||
"underscore.string": "latest", | "underscore.string": "^3.3.6", | ||
"ws": "^1.1.1" | "ws": "^1.1.1" | ||
}, | }, | ||
"license": "AGPL-3.0", | "license": "AGPL-3.0", | ||
... | @@ -48,5 +44,11 @@ | ... | @@ -48,5 +44,11 @@ |
"pre": "node ygopro-pre.js", | "pre": "node ygopro-pre.js", | ||
"updated": "node ygopro-update.js", | "updated": "node ygopro-update.js", | ||
"webhook": "node ygopro-webhook.js" | "webhook": "node ygopro-webhook.js" | ||
}, | |||
"devDependencies": { | |||
"@types/bunyan": "^1.8.8", | |||
"@types/node": "^17.0.19", | |||
"@types/underscore": "^1.11.4", | |||
"typescript": "^4.5.5" | |||
} | } | ||
} | } |
Please register or sign in to comment