@alexsasharegan/http-status
Version:
HTTP Status codes as constants and a lookup map (ESM)
29 lines (28 loc) • 901 B
JSON
{
"name": "@alexsasharegan/http-status",
"version": "1.0.2",
"description": "HTTP Status codes as constants and a lookup map (ESM)",
"main": "index.js",
"scripts": {
"publish-public": "npm publish --access=public",
"patch": "npm version patch",
"minor": "npm version minor",
"major": "npm version major",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alexsasharegan/http-status.git"
},
"keywords": [
"http",
"status",
"rest"
],
"author": "Alex Regan <alex.joseph.regan@gmail.com> (https://github.com/alexsasharegan)",
"license": "ISC",
"bugs": {
"url": "https://github.com/alexsasharegan/http-status/issues"
},
"homepage": "https://github.com/alexsasharegan/http-status#readme"
}