Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / read-pkg-up / node_modules / path-exists / package.json
1 {
2   "_from": "path-exists@^2.0.0",
3   "_id": "path-exists@2.1.0",
4   "_inBundle": false,
5   "_integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=",
6   "_location": "/read-pkg-up/path-exists",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "path-exists@^2.0.0",
12     "name": "path-exists",
13     "escapedName": "path-exists",
14     "rawSpec": "^2.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^2.0.0"
17   },
18   "_requiredBy": [
19     "/read-pkg-up/find-up"
20   ],
21   "_resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz",
22   "_shasum": "0feb6c64f0fc518d9a754dd5efb62c7022761f4b",
23   "_spec": "path-exists@^2.0.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/read-pkg-up/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/path-exists/issues"
32   },
33   "bundleDependencies": false,
34   "dependencies": {
35     "pinkie-promise": "^2.0.0"
36   },
37   "deprecated": false,
38   "description": "Check if a path exists",
39   "devDependencies": {
40     "ava": "*",
41     "xo": "*"
42   },
43   "engines": {
44     "node": ">=0.10.0"
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": "2.1.0"
72 }