Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / loud-rejection / package.json
1 {
2   "_from": "loud-rejection@^1.0.0",
3   "_id": "loud-rejection@1.6.0",
4   "_inBundle": false,
5   "_integrity": "sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=",
6   "_location": "/loud-rejection",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "loud-rejection@^1.0.0",
12     "name": "loud-rejection",
13     "escapedName": "loud-rejection",
14     "rawSpec": "^1.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^1.0.0"
17   },
18   "_requiredBy": [
19     "/meow",
20     "/stylelint/meow"
21   ],
22   "_resolved": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz",
23   "_shasum": "5b46f80147edee578870f086d04821cf998e551f",
24   "_spec": "loud-rejection@^1.0.0",
25   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/meow",
26   "author": {
27     "name": "Sindre Sorhus",
28     "email": "sindresorhus@gmail.com",
29     "url": "sindresorhus.com"
30   },
31   "bugs": {
32     "url": "https://github.com/sindresorhus/loud-rejection/issues"
33   },
34   "bundleDependencies": false,
35   "dependencies": {
36     "currently-unhandled": "^0.4.1",
37     "signal-exit": "^3.0.0"
38   },
39   "deprecated": false,
40   "description": "Make unhandled promise rejections fail loudly instead of the default silent fail",
41   "devDependencies": {
42     "ava": "*",
43     "bluebird": "^3.0.5",
44     "coveralls": "^2.11.4",
45     "delay": "^1.0.0",
46     "execa": "^0.4.0",
47     "get-stream": "^2.0.0",
48     "nyc": "^6.2.1",
49     "xo": "*"
50   },
51   "engines": {
52     "node": ">=0.10.0"
53   },
54   "files": [
55     "index.js",
56     "register.js",
57     "api.js"
58   ],
59   "homepage": "https://github.com/sindresorhus/loud-rejection#readme",
60   "keywords": [
61     "promise",
62     "promises",
63     "unhandled",
64     "uncaught",
65     "rejection",
66     "loud",
67     "fail",
68     "catch",
69     "throw",
70     "handler",
71     "exit",
72     "debug",
73     "debugging",
74     "verbose"
75   ],
76   "license": "MIT",
77   "name": "loud-rejection",
78   "nyc": {
79     "exclude": [
80       "fixture.js"
81     ]
82   },
83   "repository": {
84     "type": "git",
85     "url": "git+https://github.com/sindresorhus/loud-rejection.git"
86   },
87   "scripts": {
88     "coveralls": "nyc report --reporter=text-lcov | coveralls",
89     "test": "xo && nyc ava"
90   },
91   "version": "1.6.0"
92 }