{
  "_from": "http-status-codes@2.3.0",
  "_id": "http-status-codes@2.3.0",
  "_inBundle": false,
  "_integrity": "sha512-RJ8XvFvpPM/Dmc5SV+dC4y5PCeOhT3x1Hq0NU3rjGeg5a/CqlhZ7uudknPwZFz4aeAXDcbAyaeP7GAo9lvngtA==",
  "_location": "/http-status-codes",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "http-status-codes@2.3.0",
    "name": "http-status-codes",
    "escapedName": "http-status-codes",
    "rawSpec": "2.3.0",
    "saveSpec": null,
    "fetchSpec": "2.3.0"
  },
  "_requiredBy": [
    "/@prisma/dev"
  ],
  "_resolved": "https://registry.npmjs.org/http-status-codes/-/http-status-codes-2.3.0.tgz",
  "_shasum": "987fefb28c69f92a43aecc77feec2866349a8bfc",
  "_spec": "http-status-codes@2.3.0",
  "_where": "/var/www/html/node_modules/@prisma/dev",
  "author": {
    "name": "Bryce Neal"
  },
  "bugs": {
    "url": "https://github.com/prettymuchbryce/http-status-codes/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Constants enumerating the HTTP status codes. Based on the Java Apache HttpStatus API.",
  "devDependencies": {
    "@types/fs-extra": "^9.0.1",
    "@types/jest": "^26.0.10",
    "@types/markdown-table": "^2.0.0",
    "@typescript-eslint/eslint-plugin": "^3.9.0",
    "@typescript-eslint/parser": "^3.9.1",
    "eslint": "^7.7.0",
    "eslint-config-airbnb-typescript": "^9.0.0",
    "eslint-plugin-import": "^2.22.0",
    "fs-extra": "^9.0.1",
    "jest": "^26.4.0",
    "markdown-table": "^2.0.0",
    "ts-jest": "^26.2.0",
    "ts-morph": "^7.3.0",
    "ts-node": "^9.0.0",
    "typescript": "^3.9.7"
  },
  "files": [
    "build/",
    "LICENSE",
    "README.MD"
  ],
  "homepage": "https://github.com/prettymuchbryce/http-status-codes#readme",
  "keywords": [
    "node",
    "http",
    "apache",
    "HttpStatus",
    "httpclient",
    "status",
    "codes"
  ],
  "license": "MIT",
  "main": "./build/cjs/index.js",
  "module": "./build/es/index.js",
  "name": "http-status-codes",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/prettymuchbryce/http-status-codes.git"
  },
  "scripts": {
    "build": "./scripts/build.sh",
    "lint": "eslint .",
    "test": "jest ./src",
    "update-codes": "ts-node --project ./scripts/tsconfig.json ./scripts/update-codes"
  },
  "sideEffects": false,
  "version": "2.3.0"
}
