Initial commit
[yaffs-website] / node_modules / loud-rejection / package.json
1 {
2   "_args": [
3     [
4       "loud-rejection@^1.0.0",
5       "/var/www/yaffs/node_modules/meow"
6     ]
7   ],
8   "_from": "loud-rejection@>=1.0.0 <2.0.0",
9   "_id": "loud-rejection@1.6.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/loud-rejection",
13   "_nodeVersion": "4.4.5",
14   "_npmOperationalInternal": {
15     "host": "packages-16-east.internal.npmjs.com",
16     "tmp": "tmp/loud-rejection-1.6.0.tgz_1467583452502_0.21159938420169055"
17   },
18   "_npmUser": {
19     "email": "sindresorhus@gmail.com",
20     "name": "sindresorhus"
21   },
22   "_npmVersion": "2.15.5",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "loud-rejection",
26     "raw": "loud-rejection@^1.0.0",
27     "rawSpec": "^1.0.0",
28     "scope": null,
29     "spec": ">=1.0.0 <2.0.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/meow"
34   ],
35   "_resolved": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz",
36   "_shasum": "5b46f80147edee578870f086d04821cf998e551f",
37   "_shrinkwrap": null,
38   "_spec": "loud-rejection@^1.0.0",
39   "_where": "/var/www/yaffs/node_modules/meow",
40   "author": {
41     "email": "sindresorhus@gmail.com",
42     "name": "Sindre Sorhus",
43     "url": "sindresorhus.com"
44   },
45   "bugs": {
46     "url": "https://github.com/sindresorhus/loud-rejection/issues"
47   },
48   "dependencies": {
49     "currently-unhandled": "^0.4.1",
50     "signal-exit": "^3.0.0"
51   },
52   "description": "Make unhandled promise rejections fail loudly instead of the default silent fail",
53   "devDependencies": {
54     "ava": "*",
55     "bluebird": "^3.0.5",
56     "coveralls": "^2.11.4",
57     "delay": "^1.0.0",
58     "execa": "^0.4.0",
59     "get-stream": "^2.0.0",
60     "nyc": "^6.2.1",
61     "xo": "*"
62   },
63   "directories": {},
64   "dist": {
65     "shasum": "5b46f80147edee578870f086d04821cf998e551f",
66     "tarball": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz"
67   },
68   "engines": {
69     "node": ">=0.10.0"
70   },
71   "files": [
72     "api.js",
73     "index.js",
74     "register.js"
75   ],
76   "gitHead": "174a9b37f0de7ed255526b506f37961f9f74bd4d",
77   "homepage": "https://github.com/sindresorhus/loud-rejection#readme",
78   "keywords": [
79     "catch",
80     "debug",
81     "debugging",
82     "exit",
83     "fail",
84     "handler",
85     "loud",
86     "promise",
87     "promises",
88     "rejection",
89     "throw",
90     "uncaught",
91     "unhandled",
92     "verbose"
93   ],
94   "license": "MIT",
95   "maintainers": [
96     {
97       "name": "jamestalmage",
98       "email": "james@talmage.io"
99     },
100     {
101       "name": "sindresorhus",
102       "email": "sindresorhus@gmail.com"
103     }
104   ],
105   "name": "loud-rejection",
106   "nyc": {
107     "exclude": [
108       "fixture.js"
109     ]
110   },
111   "optionalDependencies": {},
112   "readme": "ERROR: No README data found!",
113   "repository": {
114     "type": "git",
115     "url": "git+https://github.com/sindresorhus/loud-rejection.git"
116   },
117   "scripts": {
118     "coveralls": "nyc report --reporter=text-lcov | coveralls",
119     "test": "xo && nyc ava"
120   },
121   "version": "1.6.0"
122 }