{
  "_args": [
    [
      "http-codes@1.0.0",
      "/var/www/html/postleaf"
    ]
  ],
  "_from": "http-codes@1.0.0",
  "_id": "http-codes@1.0.0",
  "_inBundle": false,
  "_integrity": "sha1-Wd1G88yzA33R4lSqZEqw+L4V8ng=",
  "_location": "/http-codes",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "http-codes@1.0.0",
    "name": "http-codes",
    "escapedName": "http-codes",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/http-codes/-/http-codes-1.0.0.tgz",
  "_spec": "1.0.0",
  "_where": "/var/www/html/postleaf",
  "author": {
    "name": "Ariel Flesler",
    "email": "aflesler@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/flesler/node-http-codes/issues"
  },
  "dependencies": {},
  "description": "Map of HTTP status messages to codes based on Node's built-in (inverse) map",
  "homepage": "https://github.com/flesler/node-http-codes#readme",
  "keywords": [
    "http",
    "status",
    "codes",
    "messages",
    "builtin",
    "map",
    "javascript",
    "nodejs",
    "node"
  ],
  "license": "MIT",
  "main": "./index.js",
  "name": "http-codes",
  "repository": {
    "type": "git",
    "url": "git://github.com/flesler/node-http-codes.git"
  },
  "scripts": {
    "test": "node test/index"
  },
  "version": "1.0.0"
}
