-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
50 lines (50 loc) · 952 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
40
41
42
43
44
45
46
47
48
49
50
{
"name": "link-checker",
"version": "1.4.2",
"description": "CLI which is testing existence of linked pages and anchors",
"keywords": [
"link-checker",
"link-check",
"link",
"links",
"href",
"html",
"anchor",
"validator",
"proofer",
"html-proofer"
],
"main": "link-checker.js",
"scripts": {
"test": "mocha"
},
"bin": {
"link-checker": "cli"
},
"repository": {
"type": "git",
"url": "https://github.com/timaschew/link-checker"
},
"engines": {
"node": "10.24.1"
},
"author": "",
"license": "ISC",
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"commander": "^2.15.0",
"debug": "^3.1.0",
"mem": "^4.3.0",
"mkdirp": "^1.0.4",
"ms": "^2.1.2",
"rc": "^1.2.8",
"superagent": "^3.8.3",
"urlencode": "^1.1.0",
"walk": "^2.3.9",
"yargs": "^16.2.0"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^8.3.0"
}
}