Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / error-ex / package.json
1 {
2   "_from": "error-ex@^1.3.1",
3   "_id": "error-ex@1.3.2",
4   "_inBundle": false,
5   "_integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
6   "_location": "/error-ex",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "error-ex@^1.3.1",
12     "name": "error-ex",
13     "escapedName": "error-ex",
14     "rawSpec": "^1.3.1",
15     "saveSpec": null,
16     "fetchSpec": "^1.3.1"
17   },
18   "_requiredBy": [
19     "/load-json-file/parse-json",
20     "/parse-json",
21     "/stylelint/parse-json"
22   ],
23   "_resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
24   "_shasum": "b4ac40648107fdcdcfae242f428bea8a14d4f1bf",
25   "_spec": "error-ex@^1.3.1",
26   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/parse-json",
27   "bugs": {
28     "url": "https://github.com/qix-/node-error-ex/issues"
29   },
30   "bundleDependencies": false,
31   "dependencies": {
32     "is-arrayish": "^0.2.1"
33   },
34   "deprecated": false,
35   "description": "Easy error subclassing and stack customization",
36   "devDependencies": {
37     "coffee-script": "^1.9.3",
38     "coveralls": "^2.11.2",
39     "istanbul": "^0.3.17",
40     "mocha": "^2.2.5",
41     "should": "^7.0.1",
42     "xo": "^0.7.1"
43   },
44   "files": [
45     "index.js"
46   ],
47   "homepage": "https://github.com/qix-/node-error-ex#readme",
48   "keywords": [
49     "error",
50     "errors",
51     "extend",
52     "extending",
53     "extension",
54     "subclass",
55     "stack",
56     "custom"
57   ],
58   "license": "MIT",
59   "maintainers": [
60     {
61       "name": "Josh Junon",
62       "email": "i.am.qix@gmail.com",
63       "url": "github.com/qix-"
64     },
65     {
66       "name": "Sindre Sorhus",
67       "email": "sindresorhus@gmail.com",
68       "url": "sindresorhus.com"
69     }
70   ],
71   "name": "error-ex",
72   "repository": {
73     "type": "git",
74     "url": "git+https://github.com/qix-/node-error-ex.git"
75   },
76   "scripts": {
77     "pretest": "xo",
78     "test": "mocha --compilers coffee:coffee-script/register"
79   },
80   "version": "1.3.2",
81   "xo": {
82     "rules": {
83       "operator-linebreak": [
84         0
85       ]
86     }
87   }
88 }