61 lines
1.0 KiB
JSON
61 lines
1.0 KiB
JSON
{
|
|
"name": "loud-rejection",
|
|
"version": "2.2.0",
|
|
"description": "Make unhandled promise rejections fail loudly instead of the default silent fail",
|
|
"license": "MIT",
|
|
"repository": "sindresorhus/loud-rejection",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && nyc ava && tsd"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts",
|
|
"register.js",
|
|
"register.d.ts"
|
|
],
|
|
"keywords": [
|
|
"promise",
|
|
"promises",
|
|
"unhandled",
|
|
"uncaught",
|
|
"rejection",
|
|
"loud",
|
|
"fail",
|
|
"catch",
|
|
"throw",
|
|
"handler",
|
|
"exit",
|
|
"debug",
|
|
"debugging",
|
|
"verbose"
|
|
],
|
|
"dependencies": {
|
|
"currently-unhandled": "^0.4.1",
|
|
"signal-exit": "^3.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"ava": "^1.4.1",
|
|
"bluebird": "^3.5.3",
|
|
"coveralls": "^3.0.3",
|
|
"delay": "^4.1.0",
|
|
"execa": "^1.0.0",
|
|
"get-stream": "^5.0.0",
|
|
"nyc": "^13.3.0",
|
|
"tsd": "^0.7.1",
|
|
"xo": "^0.24.0"
|
|
},
|
|
"nyc": {
|
|
"exclude": [
|
|
"fixture.js"
|
|
]
|
|
}
|
|
}
|