@justinc/dir-exists
Version:
Checks if a directory exists or not
25 lines (24 loc) • 546 B
JSON
{
"name": "@justinc/dir-exists",
"version": "2.1.0",
"description": "Checks if a directory exists or not",
"main": "index.js",
"dependencies": {},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"directory",
"exists",
"fs",
"isDirectory",
"is-directory"
],
"repository": {
"type": "git",
"url": "git+https://github.com/justin-calleja/dir-exists.git"
},
"author": "Justin Calleja <calleja.justin@gmail.com>",
"license": "ISC"
}