| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "name": "npm-prebuilt-lighter",
- "version": "1.0.0",
- "private": true,
- "dependencies": {
- "@async-generators/to-array": "^0.1.0",
- "cache-manager": "^3.4.0",
- "cache-manager-ioredis": "^2.1.0",
- "camelcase": "^6.0.0",
- "config": "^3.3.1",
- "content-disposition": "^0.5.3",
- "cron": "^1.8.2",
- "csv-stringify": "^5.5.1",
- "debug": "^4.1.1",
- "dot-prop": "^5.2.0",
- "exceljs": "^4.1.1",
- "got": "^11.5.2",
- "ioredis": "^4.17.3",
- "knex": "^0.21.5",
- "knex-on-duplicate-update": "^1.1.3",
- "koa": "^2.13.0",
- "koa-body": "^4.2.0",
- "koa-json-error": "^3.1.2",
- "koa-router": "^9.4.0",
- "lodash": "^4.17.20",
- "moment": "^2.27.0",
- "mongoose": "^5.10.0",
- "mongoose-long": "^0.3.1",
- "mysql2": "^2.1.0",
- "randomatic": "^3.1.1",
- "source-map-support": "^0.5.19",
- "tough-cookie": "^4.0.0"
- },
- "devDependencies": {
- "@types/cache-manager": "^2.10.3",
- "@types/cache-manager-ioredis": "^2.0.1",
- "@types/config": "^0.0.36",
- "@types/content-disposition": "^0.5.3",
- "@types/cron": "^1.7.2",
- "@types/debug": "^4.1.5",
- "@types/ioredis": "^4.17.3",
- "@types/koa": "^2.11.4",
- "@types/koa-json-error": "^3.1.2",
- "@types/koa-router": "^7.4.1",
- "@types/lodash": "^4.14.159",
- "@types/mongoose": "^5.7.36",
- "@types/mysql": "^2.15.15",
- "@types/randomatic": "^3.1.0",
- "@types/tough-cookie": "^4.0.0",
- "@typescript-eslint/eslint-plugin": "^3.9.1",
- "@typescript-eslint/parser": "^3.9.1",
- "clean-webpack-plugin": "^3.0.0",
- "cross-env": "^7.0.2",
- "eslint": "^7.7.0",
- "eslint-config-standard": "^14.1.1",
- "eslint-plugin-import": "^2.22.0",
- "eslint-plugin-node": "^11.1.0",
- "eslint-plugin-promise": "^4.2.1",
- "eslint-plugin-standard": "^4.0.1",
- "esm": "^3.2.25",
- "glob": "^7.1.6",
- "nodemon": "^2.0.4",
- "npm-run-all": "^4.1.5",
- "ts-loader": "^8.0.2",
- "ts-node": "^9.0.0",
- "typescript": "^4.0.2",
- "webpack": "^4.44.1",
- "webpack-cli": "^3.3.12",
- "webpack-node-externals": "^2.5.1"
- }
- }
|