check-file-exists
Version:
Check if file exists
30 lines (27 loc) • 624 B
JSON
{
"name": "check-file-exists",
"version": "0.1.0",
"description": "Check if file exists",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vpasq/node-check-file-exists.git"
},
"keywords": [
"file",
"check",
"create",
"exists",
"fs",
"isfile"
],
"author": "Vince Pasquariello",
"license": "MIT",
"bugs": {
"url": "https://github.com/vpasq/node-check-file-exists/issues"
},
"homepage": "https://github.com/vpasq/node-check-file-exists#readme"
}