directory-exists
Version:
Check to see if a directory exists
40 lines (39 loc) • 678 B
JSON
{
"name": "directory-exists",
"version": "2.0.1",
"description": "Check to see if a directory exists",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"check",
"dir",
"dirs",
"directories",
"directory",
"exist",
"exists",
"file",
"filepath",
"files",
"folder",
"fp",
"fs",
"node",
"node.js",
"path",
"paths",
"system"
],
"author": "timmydoza <timmydoza@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/timmydoza/directory-exists"
},
"license": "Unlicense",
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.0.5"
}
}