UNPKG

file-exists-dazinatorfork

Version:

Check if filepath exists and is a file. Note this is a fork of file-exists dpenedency with some ammendments.

41 lines (40 loc) 910 B
{ "name": "file-exists-dazinatorfork", "version": "1.0.2", "description": "Check if filepath exists and is a file. Note this is a fork of file-exists dpenedency with some ammendments.", "main": "index.js", "directories": { "test": "test" }, "scripts": { "test": "node test/index.js | tap-format-spec" }, "repository": { "type": "git", "url": "git@github.com:dazinator/file-exists.git" }, "keywords": [ "file", "exists", "fs", "isfile", "is-file" ], "author": "Scott Corgan", "license": "MIT", "bugs": { "url": "https://github.com/dazinator/file-exists/issues" }, "engines": { "node": ">=6.0.0" }, "homepage": "https://github.com/dazinator/file-exists", "devDependencies": { "@tap-format/spec": "^0.2.0", "async": "^2.1.4", "mkdirp": "0.5.1", "rmdir": "1.2.0", "tape": "4.6.3", "memfs": "^2.14.1" } }