extendable-http-errors
Version:
Extendable http error for node server using es2015, covers most HTTP default errors and allow extending them for custom errors.
30 lines (29 loc) • 731 B
JSON
{
"name": "extendable-http-errors",
"version": "1.1.4",
"description": "Extendable http error for node server using es2015, covers most HTTP default errors and allow extending them for custom errors.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"http",
"error",
"errors",
"custom",
"creator",
"factory",
"http-error",
"http-errors"
],
"author": "Jonathan Erel",
"license": "MIT",
"dependencies": {
"lodash-uuid": "0.0.3"
},
"bugs": "https://github.com/joni7777/extendable-http-errors/issues",
"repository": {
"type": "git",
"url": "https://github.com/joni7777/extendable-http-errors.git"
}
}