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