This repository was archived by the owner on Mar 10, 2020. 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
53 lines (53 loc) · 1.51 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.51 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
49
50
51
52
53
{
"name": "HorizonSpider",
"version": "0.1.0",
"main": "index.js",
"repository": "https://github.com/blurHY/HorizonSpider.git",
"author": "blurHY <blurhy@outlook.com>",
"license": "GPL",
"dependencies": {
"@elastic/elasticsearch": "^7.0.0-rc.2",
"blocked-at": "^1.1.3",
"capitalize": "^2.0.0",
"chalk": "^2.4.2",
"chillout": "^4.0.2",
"delay": "^4.1.0",
"dotenv": "^6.2.0",
"elasticsearch": "^15.4.1",
"es6-promise-pool": "^2.5.0",
"ini": "^1.3.5",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"request-promise-native": "^1.0.7",
"require-dir-all": "^0.4.15",
"signale": "^1.4.0",
"sqlite": "^3.0.2",
"sqlite3": "^4.0.6",
"websocket": "^1.0.28",
"why-is-node-running": "^2.1.0",
"yargs": "^13.2.2"
},
"scripts": {
"crawl": "node App.js",
"dev": "nodemon --inspect App.js"
},
"signale": {
"displayScope": true,
"displayBadge": true,
"displayDate": true,
"displayFilename": false,
"displayLabel": true,
"displayTimestamp": true,
"underlineLabel": true,
"underlineMessage": false,
"underlinePrefix": false,
"underlineSuffix": false,
"uppercaseLabel": true
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^13.1.0",
"nodemon": "^1.18.11"
}
}