-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 902 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 902 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
33
34
35
36
37
38
39
40
41
42
{
"name": "thunksparallel2",
"version": "1.0.0",
"main": "spider.js",
"dependencies": {
"assert": "^2.0.0",
"bluebird": "^3.7.2",
"cheerio": "^0.22.0",
"co": "^4.6.0",
"command-line-args": "^5.1.1",
"command-line-usage": "^6.0.0",
"config": "^3.3.1",
"debug": "^4.4.3",
"fs": "0.0.2",
"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.11.0",
"snyk": "^1.639.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"keywords": [
"spider",
"parallel",
"thunkify",
"thunks",
"web",
"crawler"
],
"author": "Linus Fernandes",
"license": "ISC",
"description": "",
"snyk": true
}