Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / stylelint / node_modules / load-json-file / package.json
1 {
2   "_from": "load-json-file@^4.0.0",
3   "_id": "load-json-file@4.0.0",
4   "_inBundle": false,
5   "_integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=",
6   "_location": "/stylelint/load-json-file",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "load-json-file@^4.0.0",
12     "name": "load-json-file",
13     "escapedName": "load-json-file",
14     "rawSpec": "^4.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^4.0.0"
17   },
18   "_requiredBy": [
19     "/stylelint/read-pkg"
20   ],
21   "_resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz",
22   "_shasum": "2f5f45ab91e33216234fd53adab668eb4ec0993b",
23   "_spec": "load-json-file@^4.0.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/stylelint/node_modules/read-pkg",
25   "author": {
26     "name": "Sindre Sorhus",
27     "email": "sindresorhus@gmail.com",
28     "url": "sindresorhus.com"
29   },
30   "bugs": {
31     "url": "https://github.com/sindresorhus/load-json-file/issues"
32   },
33   "bundleDependencies": false,
34   "dependencies": {
35     "graceful-fs": "^4.1.2",
36     "parse-json": "^4.0.0",
37     "pify": "^3.0.0",
38     "strip-bom": "^3.0.0"
39   },
40   "deprecated": false,
41   "description": "Read and parse a JSON file",
42   "devDependencies": {
43     "ava": "*",
44     "xo": "*"
45   },
46   "engines": {
47     "node": ">=4"
48   },
49   "files": [
50     "index.js"
51   ],
52   "homepage": "https://github.com/sindresorhus/load-json-file#readme",
53   "keywords": [
54     "read",
55     "json",
56     "parse",
57     "file",
58     "fs",
59     "graceful",
60     "load"
61   ],
62   "license": "MIT",
63   "name": "load-json-file",
64   "repository": {
65     "type": "git",
66     "url": "git+https://github.com/sindresorhus/load-json-file.git"
67   },
68   "scripts": {
69     "test": "xo && ava"
70   },
71   "version": "4.0.0",
72   "xo": {
73     "esnext": true
74   }
75 }