{ "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "bugs": { "url": "https://github.com/sindresorhus/locate-path/issues" }, "bundleDependencies": false, "dependencies": { "p-locate": "^4.1.0" }, "deprecated": false, "description": "Get the first path that exists on disk of multiple paths", "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/locate-path#readme", "keywords": [ "locate", "path", "paths", "file", "files", "exists", "find", "finder", "search", "searcher", "array", "iterable", "iterator" ], "license": "MIT", "name": "locate-path", "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/locate-path.git" }, "scripts": { "test": "xo && ava && tsd" }, "version": "5.0.0" }