-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 856 Bytes
/
package.json
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
{
"name": "thunksparallel",
"version": "1.0.0",
"description": "",
"main": "spider.js",
"dependencies": {
"assert": "^2.0.0",
"cheerio": "^0.22.0",
"bluebird": "^3.7.2",
"co": "^4.6.0",
"command-line-args": "^5.1.1",
"command-line-usage": "^6.1.1",
"debug": "^4.3.1",
"fs": "^0.0.2",
"config": "^3.3.6",
"mkdirp": "^1.0.4",
"path": "^0.12.7",
"request": "^2.88.2",
"slug": "^5.1.0",
"thunkify": "^2.1.2",
"url": "^0.11.0",
"validator": "^13.1.1",
"snyk": "^1.1296.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"keywords": [
"spider",
"web",
"crawler"
],
"author": "Linus Fernandes",
"license": "ISC",
"snyk": true
}