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