http-status-enum
Version:
Comprehensive list of http status codes in a tidy typescript enum.
22 lines (21 loc) • 508 B
JSON
{
"name": "http-status-enum",
"version": "1.0.2",
"description": "Comprehensive list of http status codes in a tidy typescript enum.",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/KyleNeedham/http-status-enum"
},
"keywords": [
"http",
"status",
"codes"
],
"author": "Kyle Needham",
"license": "MIT"
}