error-status
Version:
HTTP-compatible error status.
37 lines (36 loc) • 685 B
JSON
{
"name": "error-status",
"version": "1.12.1",
"description": "HTTP-compatible error status.",
"main": "lib/ErrorStatus.js",
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {},
"scripts": {
"test": "tea-time -R dot"
},
"repository": {
"type": "git",
"url": "https://github.com/cronvel/error-status.git"
},
"keywords": [
"error",
"status",
"HTTP"
],
"author": "Cédric Ronvel",
"license": "MIT",
"bugs": {
"url": "https://github.com/cronvel/error-status/issues"
},
"copyright": {
"title": "Error Status",
"years": [
2015,
2021
],
"owner": "Cédric Ronvel"
}
}