Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / find-up / package.json
1 {
2   "_from": "find-up@^2.1.0",
3   "_id": "find-up@2.1.0",
4   "_inBundle": false,
5   "_integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=",
6   "_location": "/find-up",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "find-up@^2.1.0",
12     "name": "find-up",
13     "escapedName": "find-up",
14     "rawSpec": "^2.1.0",
15     "saveSpec": null,
16     "fetchSpec": "^2.1.0"
17   },
18   "_requiredBy": [
19     "/pkg-dir",
20     "/stylelint/read-pkg-up",
21     "/yargs"
22   ],
23   "_resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz",
24   "_shasum": "45d1b7e506c717ddd482775a2b77920a3c0c57a7",
25   "_spec": "find-up@^2.1.0",
26   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/pkg-dir",
27   "author": {
28     "name": "Sindre Sorhus",
29     "email": "sindresorhus@gmail.com",
30     "url": "sindresorhus.com"
31   },
32   "bugs": {
33     "url": "https://github.com/sindresorhus/find-up/issues"
34   },
35   "bundleDependencies": false,
36   "dependencies": {
37     "locate-path": "^2.0.0"
38   },
39   "deprecated": false,
40   "description": "Find a file by walking up parent directories",
41   "devDependencies": {
42     "ava": "*",
43     "tempfile": "^1.1.1",
44     "xo": "*"
45   },
46   "engines": {
47     "node": ">=4"
48   },
49   "files": [
50     "index.js"
51   ],
52   "homepage": "https://github.com/sindresorhus/find-up#readme",
53   "keywords": [
54     "find",
55     "up",
56     "find-up",
57     "findup",
58     "look-up",
59     "look",
60     "file",
61     "search",
62     "match",
63     "package",
64     "resolve",
65     "parent",
66     "parents",
67     "folder",
68     "directory",
69     "dir",
70     "walk",
71     "walking",
72     "path"
73   ],
74   "license": "MIT",
75   "name": "find-up",
76   "repository": {
77     "type": "git",
78     "url": "git+https://github.com/sindresorhus/find-up.git"
79   },
80   "scripts": {
81     "test": "xo && ava"
82   },
83   "version": "2.1.0",
84   "xo": {
85     "esnext": true
86   }
87 }