Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / json-parse-better-errors / package.json
1 {
2   "_from": "json-parse-better-errors@^1.0.1",
3   "_id": "json-parse-better-errors@1.0.2",
4   "_inBundle": false,
5   "_integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==",
6   "_location": "/json-parse-better-errors",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "json-parse-better-errors@^1.0.1",
12     "name": "json-parse-better-errors",
13     "escapedName": "json-parse-better-errors",
14     "rawSpec": "^1.0.1",
15     "saveSpec": null,
16     "fetchSpec": "^1.0.1"
17   },
18   "_requiredBy": [
19     "/stylelint/parse-json",
20     "/webpack"
21   ],
22   "_resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz",
23   "_shasum": "bb867cfb3450e69107c131d1c514bab3dc8bcaa9",
24   "_spec": "json-parse-better-errors@^1.0.1",
25   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/stylelint/node_modules/parse-json",
26   "author": {
27     "name": "Kat Marchán",
28     "email": "kzm@zkat.tech"
29   },
30   "bugs": {
31     "url": "https://github.com/zkat/json-parse-better-errors/issues"
32   },
33   "bundleDependencies": false,
34   "config": {
35     "nyc": {
36       "exclude": [
37         "node_modules/**",
38         "test/**"
39       ]
40     }
41   },
42   "deprecated": false,
43   "description": "JSON.parse with context information on error",
44   "devDependencies": {
45     "nyc": "^10.3.2",
46     "standard": "^9.0.2",
47     "standard-version": "^4.1.0",
48     "tap": "^10.3.3",
49     "weallbehave": "^1.2.0",
50     "weallcontribute": "^1.0.8"
51   },
52   "files": [
53     "*.js"
54   ],
55   "homepage": "https://github.com/zkat/json-parse-better-errors#readme",
56   "keywords": [
57     "JSON",
58     "parser"
59   ],
60   "license": "MIT",
61   "main": "index.js",
62   "name": "json-parse-better-errors",
63   "repository": {
64     "type": "git",
65     "url": "git+https://github.com/zkat/json-parse-better-errors.git"
66   },
67   "scripts": {
68     "postrelease": "npm publish && git push --follow-tags",
69     "prerelease": "npm t",
70     "pretest": "standard",
71     "release": "standard-version -s",
72     "test": "tap -J --coverage test/*.js",
73     "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
74     "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
75   },
76   "version": "1.0.2"
77 }