reachable-urls
Version:
Check URLs are reachable in text
52 lines (51 loc) • 1.09 kB
JSON
{
"name": "reachable-urls",
"version": "4.0.0",
"description": "Check URLs are reachable in text",
"homepage": "https://github.com/1000ch/reachable-urls#readme",
"bugs": {
"url": "https://github.com/1000ch/reachable-urls/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/1000ch/reachable-urls.git"
},
"license": "MIT",
"author": {
"name": "Shogo Sensui",
"email": "shogosensui@gmail.com",
"url": "http://github.com/1000ch"
},
"type": "module",
"exports": "./index.js",
"bin": "cli.js",
"files": [
"cli.js",
"index.js",
"usage.txt"
],
"scripts": {
"test": "xo && ava --verbose --timeout=3m"
},
"xo": {
"space": 2
},
"dependencies": {
"chalk": "^5.0.1",
"get-stdin": "^9.0.0",
"globby": "^14.0.2",
"is-reachable": "^5.2.1",
"is-string": "^1.0.5",
"log-symbols": "^6.0.0",
"minimist": "^1.2.8",
"ora": "^8.0.1",
"url-regex": "^5.0.0"
},
"devDependencies": {
"ava": "^6.1.3",
"xo": "^0.59.3"
},
"engines": {
"node": ">=20"
}
}