[SignalingServer] Optimize dependent modules
[platform/framework/web/wrtjs.git] / signaling_server / service / node_modules / path-exists / package.json
1 {
2   "_args": [
3     [
4       "path-exists@3.0.0",
5       "/opt/source/offload.js"
6     ]
7   ],
8   "_from": "path-exists@3.0.0",
9   "_id": "path-exists@3.0.0",
10   "_inBundle": false,
11   "_integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=",
12   "_location": "/path-exists",
13   "_phantomChildren": {},
14   "_requested": {
15     "type": "version",
16     "registry": true,
17     "raw": "path-exists@3.0.0",
18     "name": "path-exists",
19     "escapedName": "path-exists",
20     "rawSpec": "3.0.0",
21     "saveSpec": null,
22     "fetchSpec": "3.0.0"
23   },
24   "_requiredBy": [
25     "/locate-path"
26   ],
27   "_resolved": "https://registry.npmjs.org/path-exists/-/path-exists-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/path-exists/issues"
37   },
38   "description": "Check if a path exists",
39   "devDependencies": {
40     "ava": "*",
41     "xo": "*"
42   },
43   "engines": {
44     "node": ">=4"
45   },
46   "files": [
47     "index.js"
48   ],
49   "homepage": "https://github.com/sindresorhus/path-exists#readme",
50   "keywords": [
51     "path",
52     "exists",
53     "exist",
54     "file",
55     "filepath",
56     "fs",
57     "filesystem",
58     "file-system",
59     "access",
60     "stat"
61   ],
62   "license": "MIT",
63   "name": "path-exists",
64   "repository": {
65     "type": "git",
66     "url": "git+https://github.com/sindresorhus/path-exists.git"
67   },
68   "scripts": {
69     "test": "xo && ava"
70   },
71   "version": "3.0.0",
72   "xo": {
73     "esnext": true
74   }
75 }