Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / currently-unhandled / package.json
1 {
2   "_from": "currently-unhandled@^0.4.1",
3   "_id": "currently-unhandled@0.4.1",
4   "_inBundle": false,
5   "_integrity": "sha1-mI3zP+qxke95mmE2nddsF635V+o=",
6   "_location": "/currently-unhandled",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "currently-unhandled@^0.4.1",
12     "name": "currently-unhandled",
13     "escapedName": "currently-unhandled",
14     "rawSpec": "^0.4.1",
15     "saveSpec": null,
16     "fetchSpec": "^0.4.1"
17   },
18   "_requiredBy": [
19     "/loud-rejection"
20   ],
21   "_resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz",
22   "_shasum": "988df33feab191ef799a61369dd76c17adf957ea",
23   "_spec": "currently-unhandled@^0.4.1",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/loud-rejection",
25   "author": {
26     "name": "James Talmage",
27     "email": "james@talmage.io",
28     "url": "github.com/jamestalmage"
29   },
30   "ava": {
31     "files": "test.js"
32   },
33   "browser": {
34     "./index.js": "./browser.js"
35   },
36   "bugs": {
37     "url": "https://github.com/jamestalmage/currently-unhandled/issues"
38   },
39   "bundleDependencies": false,
40   "dependencies": {
41     "array-find-index": "^1.0.1"
42   },
43   "deprecated": false,
44   "description": "Track the list of currently unhandled promise rejections.",
45   "devDependencies": {
46     "ava": "^0.15.1",
47     "bluebird": "^3.4.0",
48     "browserify": "^13.0.1",
49     "coveralls": "^2.11.9",
50     "delay": "^1.3.1",
51     "is-ci": "^1.0.8",
52     "karma": "^0.13.22",
53     "karma-browserify": "^5.0.5",
54     "karma-chrome-launcher": "^1.0.1",
55     "karma-firefox-launcher": "^1.0.0",
56     "karma-mocha": "^1.0.1",
57     "mocha": "^2.5.3",
58     "nyc": "^6.4.0",
59     "watchify": "^3.7.0",
60     "xo": "^0.15.0"
61   },
62   "engines": {
63     "node": ">=0.10.0"
64   },
65   "files": [
66     "index.js",
67     "core.js",
68     "browser.js"
69   ],
70   "homepage": "https://github.com/jamestalmage/currently-unhandled#readme",
71   "keywords": [
72     "unhandled",
73     "unhandledRejection",
74     "rejected",
75     "promises"
76   ],
77   "license": "MIT",
78   "name": "currently-unhandled",
79   "nyc": {
80     "reporter": [
81       "lcov",
82       "text"
83     ]
84   },
85   "repository": {
86     "type": "git",
87     "url": "git+https://github.com/jamestalmage/currently-unhandled.git"
88   },
89   "scripts": {
90     "test": "xo && nyc ava"
91   },
92   "version": "0.4.1",
93   "xo": {
94     "ignores": [
95       "browser-bluebird-test.js"
96     ],
97     "envs": [
98       "browser",
99       "mocha",
100       "node"
101     ]
102   }
103 }