{ | |
"author": { | |
"email": "sindresorhus@gmail.com", | |
"name": "Sindre Sorhus", | |
"url": "sindresorhus.com" | |
}, | |
"dependencies": { | |
"currently-unhandled": "^0.4.1", | |
"signal-exit": "^3.0.0" | |
}, | |
"description": "Make unhandled promise rejections fail loudly instead of the default silent fail", | |
"devDependencies": { | |
"ava": "*", | |
"bluebird": "^3.0.5", | |
"coveralls": "^2.11.4", | |
"delay": "^1.0.0", | |
"execa": "^0.4.0", | |
"get-stream": "^2.0.0", | |
"nyc": "^6.2.1", | |
"xo": "*" | |
}, | |
"engines": { | |
"node": ">=0.10.0" | |
}, | |
"files": [ | |
"index.js", | |
"register.js", | |
"api.js" | |
], | |
"keywords": [ | |
"promise", | |
"promises", | |
"unhandled", | |
"uncaught", | |
"rejection", | |
"loud", | |
"fail", | |
"catch", | |
"throw", | |
"handler", | |
"exit", | |
"debug", | |
"debugging", | |
"verbose" | |
], | |
"license": "MIT", | |
"name": "loud-rejection", | |
"nyc": { | |
"exclude": [ | |
"fixture.js" | |
] | |
}, | |
"repository": "sindresorhus/loud-rejection", | |
"scripts": { | |
"coveralls": "nyc report --reporter=text-lcov | coveralls", | |
"test": "xo && nyc ava" | |
}, | |
"version": "1.6.0" | |
} |