asciidoc-link-check
Version:
Checks if all hyperlinks in an asciidoc file are alive(or dead).
46 lines (45 loc) • 1.02 kB
JSON
{
"name": "asciidoc-link-check",
"version": "1.0.18",
"description": "Checks if all hyperlinks in an asciidoc file are alive(or dead).",
"bin": {
"asciidoc-link-check": "asciidoc-link-check"
},
"main": "index.js",
"scripts": {
"pretest": "jshint index.js asciidoc-link-check",
"test": "echo \"No tests specified\""
},
"repository": {
"type": "git",
"url": "git://github.com/gaurav-nelson/asciidoc-link-check.git"
},
"keywords": [
"asciidoc",
"adoc",
"link",
"hyperlink",
"href",
"check",
"checker"
],
"author": "Gaurav Nelson",
"license": "MIT",
"bugs": {
"url": "https://github.com/gaurav-nelson/asciidoc-link-check/issues"
},
"homepage": "https://github.com/gaurav-nelson/asciidoc-link-check#readme",
"dependencies": {
"asciidoc-link-extractor": ">=1.0.3",
"async": ">=3.2.5",
"axios": ">=1.6.8",
"chalk": "^4.1.2",
"commander": ">=12.0.0",
"link-check": ">=5.3.0",
"lodash": ">=4.17.21",
"progress": "^2.0.3"
},
"devDependencies": {
"jshint": "^2.13.6"
}
}