| { |
| "author": { |
| "email": "sindresorhus@gmail.com", |
| "name": "Sindre Sorhus", |
| "url": "sindresorhus.com" |
| }, |
| "dependencies": { |
| "pinkie-promise": "^2.0.0" |
| }, |
| "description": "Check if a path exists", |
| "devDependencies": { |
| "ava": "*", |
| "xo": "*" |
| }, |
| "engines": { |
| "node": ">=0.10.0" |
| }, |
| "files": [ |
| "index.js" |
| ], |
| "keywords": [ |
| "path", |
| "exists", |
| "exist", |
| "file", |
| "filepath", |
| "fs", |
| "filesystem", |
| "file-system", |
| "access", |
| "stat" |
| ], |
| "license": "MIT", |
| "name": "path-exists", |
| "repository": "sindresorhus/path-exists", |
| "scripts": { |
| "test": "xo && ava" |
| }, |
| "version": "2.1.0" |
| } |