UNPKG

textlint-rule-alive-link

Version:

A textlint rule to check if all links are alive

39 lines (38 loc) 844 B
{ "name": "textlint-rule-alive-link", "version": "0.1.2", "description": "A textlint rule to check if all links are alive", "keywords": [ "rule", "textlint", "textlintrule", "link-checker", "uri-checker" ], "homepage": "https://github.com/fengma1992/textlint-rule-alive-link", "main": "lib/alive-link.js", "files": [ "lib", "docs" ], "scripts": { "build": "textlint-scripts build", "test": "textlint-scripts test" }, "author": "dujianhao", "license": "MIT", "devDependencies": { "textlint-scripts": "^13.3.2", "textlint-tester": "^13.3.2" }, "dependencies": { "minimatch": "^5.1.6", "node-fetch": "^2.6.11", "p-memoize": "^4.0.4", "p-queue": "^6.6.2", "textlint-rule-helper": "^2.3.0" }, "peerDependencies": { "textlint": ">= 12.2.0" } }