UNPKG

markdown-link-check

Version:

checks the all of the hyperlinks in a markdown text to determine if they are alive or dead

55 lines (54 loc) 1.28 kB
{ "name": "markdown-link-check", "version": "3.13.7", "description": "checks the all of the hyperlinks in a markdown text to determine if they are alive or dead", "bin": { "markdown-link-check": "markdown-link-check" }, "main": "index.js", "scripts": { "pretest": "eslint .", "test": "mocha -R spec --exit" }, "repository": { "type": "git", "url": "git://github.com/tcort/markdown-link-check.git" }, "keywords": [ "markdown", "md", "link", "hyperlink", "href", "check", "checker" ], "author": "Thomas Cort <linuxgeek@gmail.com>", "license": "ISC", "bugs": { "url": "https://github.com/tcort/markdown-link-check/issues" }, "homepage": "https://github.com/tcort/markdown-link-check#readme", "files": [ "markdown-link-check" ], "dependencies": { "async": "^3.2.6", "chalk": "^5.3.0", "commander": "^13.1.0", "link-check": "^5.4.0", "markdown-link-extractor": "^4.0.2", "needle": "^3.3.1", "progress": "^2.0.3", "proxy-agent": "^6.4.0", "xmlbuilder2": "^3.1.1" }, "devDependencies": { "@eslint/js": "^9.14.0", "eslint": "^9.14.0", "expect.js": "^0.3.1", "express": "^4.21.1", "globals": "^16.0.0", "mocha": "^11.1.0" } }