51 lines
1.2 KiB
JSON
51 lines
1.2 KiB
JSON
{
|
|
"name": "spider",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"babel": {
|
|
"presets": [
|
|
"node8"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"start": "babel-node src/app.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "zhl",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"async": "^2.6.2",
|
|
"biguint-format": "^1.0.1",
|
|
"bluebird": "^3.5.3",
|
|
"bunyan": "^1.8.12",
|
|
"cheerio": "^1.0.0-rc.3",
|
|
"dateformat": "^3.0.3",
|
|
"file-stream-rotator": "^0.4.1",
|
|
"free-proxy": "^0.1.5",
|
|
"fs": "0.0.1-security",
|
|
"fs-extra": "^7.0.1",
|
|
"glob": "^7.1.3",
|
|
"iconv-lite": "^0.4.24",
|
|
"mkdirp": "^0.5.1",
|
|
"mongoose": "^5.2.15",
|
|
"multi-progress": "^2.0.0",
|
|
"node-schedule": "^1.3.2",
|
|
"proxy-lists": "^1.16.0",
|
|
"random-useragent": "^0.3.1",
|
|
"request": "^2.88.0",
|
|
"request-promise": "^4.2.4",
|
|
"socks5-http-client": "^1.0.4",
|
|
"superagent": "^5.0.5",
|
|
"superagent-proxy": "^2.0.0",
|
|
"ws": "^6.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "^6.26.0",
|
|
"babel-preset-node8": "^1.2.0",
|
|
"babel-register": "^6.24.1",
|
|
"gulp": "3.9.1",
|
|
"gulp-babel": "6.1.2"
|
|
}
|
|
}
|