{ "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "bugs": { "url": "https://github.com/sindresorhus/path-exists/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Check if a path exists", "devDependencies": { "ava": "^1.4.1", "tsd": "^0.7.2", "xo": "^0.24.0" }, "engines": { "node": ">=8" }, "files": [ "index.js", "index.d.ts" ], "homepage": "https://github.com/sindresorhus/path-exists#readme", "keywords": [ "path", "exists", "exist", "file", "filepath", "fs", "filesystem", "file-system", "access", "stat" ], "license": "MIT", "name": "path-exists", "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/path-exists.git" }, "scripts": { "test": "xo && ava && tsd" }, "version": "4.0.0" }