package.json 763 Bytes
{
  "name": "spider-hupu",
  "version": "1.0.0",
  "description": "",
  "main": "spider.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "feng.chen@yoho.cn",
  "license": "ISC",
  "dependencies": {
    "chalk": "^2.4.1",
    "cron-parser": "^2.7.1",
    "dayjs": "^1.7.7",
    "influx-batch-sender": "=0.1.7",
    "lodash": "^4.17.11",
    "mysql": "^2.16.0",
    "nedb-promise": "^2.0.1",
    "node-lockup": "^1.0.3",
    "node-schedule": "^1.3.0",
    "open": "^0.0.5",
    "request": "^2.88.0",
    "request-promise": "^4.2.2",
    "winston": "^3.1.0",
    "winston-daily-rotate-file": "^3.5.1",
    "yoho-md5": "^2.1.0"
  },
  "devDependencies": {
    "eslint": "^5.9.0",
    "eslint-config-yoho": "^1.1.0"
  }
}