22cc8f7df48cd26a02562993e78a7ed409ae5e32
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / path-exists / package.json
1 {
2   "_from": "path-exists@^3.0.0",
3   "_id": "path-exists@3.0.0",
4   "_inBundle": false,
5   "_integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=",
6   "_location": "/path-exists",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "path-exists@^3.0.0",
12     "name": "path-exists",
13     "escapedName": "path-exists",
14     "rawSpec": "^3.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^3.0.0"
17   },
18   "_requiredBy": [
19     "/find-cache-dir/locate-path",
20     "/locate-path",
21     "/webpack-cli/locate-path"
22   ],
23   "_resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
24   "_shasum": "ce0ebeaa5f78cb18925ea7d810d7b59b010fd515",
25   "_spec": "path-exists@^3.0.0",
26   "_where": "/tmp/coc-prettier-dzKjD7/node_modules/locate-path",
27   "author": {
28     "name": "Sindre Sorhus",
29     "email": "sindresorhus@gmail.com",
30     "url": "sindresorhus.com"
31   },
32   "bugs": {
33     "url": "https://github.com/sindresorhus/path-exists/issues"
34   },
35   "bundleDependencies": false,
36   "deprecated": false,
37   "description": "Check if a path exists",
38   "devDependencies": {
39     "ava": "*",
40     "xo": "*"
41   },
42   "engines": {
43     "node": ">=4"
44   },
45   "files": [
46     "index.js"
47   ],
48   "homepage": "https://github.com/sindresorhus/path-exists#readme",
49   "keywords": [
50     "path",
51     "exists",
52     "exist",
53     "file",
54     "filepath",
55     "fs",
56     "filesystem",
57     "file-system",
58     "access",
59     "stat"
60   ],
61   "license": "MIT",
62   "name": "path-exists",
63   "repository": {
64     "type": "git",
65     "url": "git+https://github.com/sindresorhus/path-exists.git"
66   },
67   "scripts": {
68     "test": "xo && ava"
69   },
70   "version": "3.0.0",
71   "xo": {
72     "esnext": true
73   }
74 }