@hapi/boom
Version:
HTTP-friendly error objects
24 lines (23 loc) • 514 B
JSON
{
"name": "@hapi/boom",
"description": "HTTP-friendly error objects",
"version": "7.4.1",
"repository": "git://github.com/hapijs/boom",
"main": "lib/index.js",
"keywords": [
"error",
"http"
],
"dependencies": {
"@hapi/hoek": "6.x.x"
},
"devDependencies": {
"code": "5.x.x",
"@hapi/lab": "18.x.x"
},
"scripts": {
"test": "lab -a code -t 100 -L",
"test-cov-html": "lab -a code -r html -o coverage.html -L"
},
"license": "BSD-3-Clause"
}