| { |
| "author": { |
| "email": "sindresorhus@gmail.com", |
| "name": "Sindre Sorhus", |
| "url": "sindresorhus.com" |
| }, |
| "bugs": { |
| "url": "https://github.com/sindresorhus/path-exists/issues" |
| }, |
| "bundleDependencies": false, |
| "dependencies": { |
| "pinkie-promise": "^2.0.0" |
| }, |
| "deprecated": false, |
| "description": "Check if a path exists", |
| "devDependencies": { |
| "ava": "*", |
| "xo": "*" |
| }, |
| "engines": { |
| "node": ">=0.10.0" |
| }, |
| "files": [ |
| "index.js" |
| ], |
| "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" |
| }, |
| "version": "2.1.0" |
| } |