UNPKG

node-file-exists

Version:

Check if a file exists in Node.js. ES6 module compatible, non-depracated fs utils.

31 lines (30 loc) 719 B
{ "name": "node-file-exists", "version": "1.1.0", "description": "Check if a file exists in Node.js. ES6 module compatible, non-depracated fs utils.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/ShMcK/node-file-exists.git" }, "files": [ "package.json", "README.md", "index.js" ], "keywords": [ "file", "exists", "node", "fs" ], "author": "Shawn McKay <shawn.j.mckay@gmail.com>", "license": "ISC", "bugs": { "url": "https://github.com/ShMcK/node-file-exists/issues" }, "homepage": "https://github.com/ShMcK/node-file-exists#readme" }