This repository was archived by the owner on Feb 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.35 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.35 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "tlhcrawler",
"version": "4.1.0",
"description": "TLHCrawler",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js --ignore public/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gnehs/Node-web-crawler.git"
},
"author": "gnehs",
"license": "ISC",
"bugs": {
"url": "https://github.com/gnehs/Node-web-crawler/issues"
},
"homepage": "https://github.com/gnehs/Node-web-crawler#readme",
"dependencies": {
"bluebird": "^3.5.2",
"body-parser": "^1.18.3",
"breakdance": "^3.0.1",
"cheerio": "^1.0.0-rc.2",
"cors": "^2.8.5",
"express": "^4.16.3",
"express-session": "^1.15.6",
"fs-extra": "^7.0.0",
"helmet": "^3.21.2",
"html-excerpt": "^0.1.0",
"iconv-lite": "^0.4.24",
"js-base64": "^2.4.9",
"js-htmlencode": "^0.3.0",
"jsonfile": "^4.0.0",
"moment": "^2.22.2",
"moment-timezone": "^0.5.21",
"node-fs-extra": "^0.8.2",
"node-schedule": "^1.3.0",
"node-telegram-bot-api": "^0.30.0",
"number-to-chinese-words": "^1.0.19",
"pug": "^2.0.3",
"request": "^2.88.0",
"sync-request": "^5.0.0"
},
"devDependencies": {
"ws": "3.3.2"
}
}