1{
2  "_from": "locate-path@^5.0.0",
3  "_id": "locate-path@5.0.0",
4  "_inBundle": false,
5  "_integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
6  "_location": "/locate-path",
7  "_phantomChildren": {},
8  "_requested": {
9    "type": "range",
10    "registry": true,
11    "raw": "locate-path@^5.0.0",
12    "name": "locate-path",
13    "escapedName": "locate-path",
14    "rawSpec": "^5.0.0",
15    "saveSpec": null,
16    "fetchSpec": "^5.0.0"
17  },
18  "_requiredBy": [
19    "/find-up"
20  ],
21  "_resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
22  "_shasum": "1afba396afd676a6d42504d0a67a3a7eb9f62aa0",
23  "_spec": "locate-path@^5.0.0",
24  "_where": "/usr/ports/misc/netron/work/netron-4.1.9/node_modules/find-up",
25  "author": {
26    "name": "Sindre Sorhus",
27    "email": "sindresorhus@gmail.com",
28    "url": "sindresorhus.com"
29  },
30  "bugs": {
31    "url": "https://github.com/sindresorhus/locate-path/issues"
32  },
33  "bundleDependencies": false,
34  "dependencies": {
35    "p-locate": "^4.1.0"
36  },
37  "deprecated": false,
38  "description": "Get the first path that exists on disk of multiple paths",
39  "devDependencies": {
40    "ava": "^1.4.1",
41    "tsd": "^0.7.2",
42    "xo": "^0.24.0"
43  },
44  "engines": {
45    "node": ">=8"
46  },
47  "files": [
48    "index.js",
49    "index.d.ts"
50  ],
51  "homepage": "https://github.com/sindresorhus/locate-path#readme",
52  "keywords": [
53    "locate",
54    "path",
55    "paths",
56    "file",
57    "files",
58    "exists",
59    "find",
60    "finder",
61    "search",
62    "searcher",
63    "array",
64    "iterable",
65    "iterator"
66  ],
67  "license": "MIT",
68  "name": "locate-path",
69  "repository": {
70    "type": "git",
71    "url": "git+https://github.com/sindresorhus/locate-path.git"
72  },
73  "scripts": {
74    "test": "xo && ava && tsd"
75  },
76  "version": "5.0.0"
77}
78