caught
Version:
Avoids UnhandledPromiseRejectionWarning and PromiseRejectionHandledWarning
27 lines (26 loc) • 693 B
JSON
{
"name": "caught",
"version": "0.1.3",
"description": "Avoids UnhandledPromiseRejectionWarning and PromiseRejectionHandledWarning",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "bash test.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rsp/node-caught.git"
},
"keywords": [
"promise",
"async",
"UnhandledPromiseRejectionWarning",
"PromiseRejectionHandledWarning"
],
"author": "Rafał Pocztarski <r.pocztarski@gmail.com> (https://pocztarski.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/rsp/node-caught/issues"
},
"homepage": "https://github.com/rsp/node-caught#readme"
}