-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.04 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "@superreal/octopus",
"version": "1.3.0",
"main": "index.js",
"license": "MIT",
"description": "Recursive and multi-threaded broken link checker",
"files": [
"lib",
"config",
"index.js"
],
"bin": {
"octopus": "./index.js"
},
"preferGlobal": true,
"dependencies": {
"async": "^2.6.1",
"cheerio": "^1.0.0-rc.2",
"draftlog": "^1.0.12",
"eslint-plugin-security": "^1.4.0",
"got": "^9.5.0",
"justify": "^1.0.0",
"lodash.differenceby": "^4.8.0",
"mri": "^1.1.4",
"prepend-http": "^2.0.0",
"pretty-ms": "^4.0.0",
"term-size": "^1.2.0"
},
"keywords": [
"dead",
"broken",
"links",
"checker",
"crawler"
],
"repository": "superReal/octopus",
"author": "superReal GmbH",
"devDependencies": {
"child-process-promise": "^2.2.1",
"eslint": "^5.11.1",
"eslint-plugin-node": "^8.0.0",
"mocha": "^5.2.0",
"must": "^0.13.4"
},
"scripts": {
"test": "eslint . && mocha --no-timeouts"
},
"engines": {
"node": ">=8.10.0"
}
}