-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 836 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 836 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "nodejs-spider",
"version": "1.0.0",
"description": "A crawler program collection based on nodejs",
"main": "index.js",
"scripts": {
"beauty": "node src/beauty.js",
"weibo-hot": "node src/weibo_hot.js",
"baidu-hot": "node src/baidu_hot.js",
"tiantian-fund": "node src/tiantian-fund.js",
"national-data": "node src/national_data.js",
"pexels": "node src/pexels.js",
"netbian": "node src/netbian.js",
"book": "node src/book.js"
},
"keywords": [
"nodejs",
"crawler",
"spider",
"cheerio"
],
"author": "zuojiangtao",
"homepage": "https://github.com/Zuojiangtao/nodejs-spider",
"license": "MIT",
"dependencies": {
"axios": "^1.4.0",
"cheerio": "^1.0.0-rc.12",
"download": "^8.0.0",
"node-xlsx": "^0.21.2",
"puppeteer-core": "^20.4.0"
}
}