| { |
| "author": { |
| "email": "sindresorhus@gmail.com", |
| "name": "Sindre Sorhus", |
| "url": "sindresorhus.com" |
| }, |
| "dependencies": { |
| "p-locate": "^3.0.0", |
| "path-exists": "^3.0.0" |
| }, |
| "description": "Get the first path that exists on disk of multiple paths", |
| "devDependencies": { |
| "ava": "*", |
| "xo": "*" |
| }, |
| "engines": { |
| "node": ">=6" |
| }, |
| "files": [ |
| "index.js" |
| ], |
| "keywords": [ |
| "locate", |
| "path", |
| "paths", |
| "file", |
| "files", |
| "exists", |
| "find", |
| "finder", |
| "search", |
| "searcher", |
| "array", |
| "iterable", |
| "iterator" |
| ], |
| "license": "MIT", |
| "name": "locate-path", |
| "repository": "sindresorhus/locate-path", |
| "scripts": { |
| "test": "xo && ava" |
| }, |
| "version": "3.0.0" |
| } |