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