UNPKG

existsofpath

Version:

Get the existing part of a given path, asynchronously

40 lines (39 loc) 858 B
{ "name": "existsofpath", "version": "1.1.0", "description": "Get the existing part of a given path, asynchronously", "main": "index.js", "scripts": { "test": "istanbul cover test", "preversion": "npm test", "postversion": "git push && git push --tags" }, "repository": { "type": "git", "url": "git+https://github.com/ecman/existsofpath.git" }, "keywords": [ "filepath", "path", "exists", "existing", "directory", "check path", "async", "asynchronous", "ecman" ], "author": "ecman <its.ec@outlook.com>", "license": "MIT", "bugs": { "url": "https://github.com/ecman/existsofpath/issues" }, "homepage": "https://github.com/ecman/existsofpath#readme", "dependencies": {}, "engines": { "node": ">=0.12.0" }, "devDependencies": { "istanbul": "^0.4.5" } }