exists-link
Version:
Check if a link exists
46 lines (45 loc) • 959 B
JSON
{
"name": "exists-link",
"description": "Check if a link exists",
"homepage": "https://github.com/zkochan/exists-link",
"version": "2.0.0",
"main": "./index.js",
"author": "Zoltan Kochan",
"repository": {
"type": "git",
"url": "git+https://github.com/zkochan/exists-link.git"
},
"bugs": {
"url": "https://github.com/zkochan/exists-link/issues"
},
"keywords": [
"directory",
"exists",
"file",
"file system",
"filesystem",
"fs",
"recursive"
],
"devDependencies": {
"coveralls": "latest",
"mocha": "latest",
"nyc": "latest",
"should": "latest",
"standard": "latest"
},
"engines": {
"node": ">= 4"
},
"files": [
"index.js"
],
"scripts": {
"clean": "rm -rf node_modules",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"lint": "standard lib index.js",
"pretest": "npm run lint",
"test": "nyc mocha"
},
"license": "MIT"
}