{
  "_args": [
    [
      "http-status@^1.1.2",
      "/var/www/html/recipes/api/node_modules/strong-remoting/node_modules/strong-error-handler"
    ]
  ],
  "_from": "http-status@>=1.1.2 <2.0.0",
  "_id": "http-status@1.2.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/http-status",
  "_nodeVersion": "10.0.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/http-status_1.2.0_1528657736390_0.3638496595545462"
  },
  "_npmUser": {
    "email": "david@adaltas.com",
    "name": "david"
  },
  "_npmVersion": "6.0.1",
  "_phantomChildren": {},
  "_requested": {
    "name": "http-status",
    "raw": "http-status@^1.1.2",
    "rawSpec": "^1.1.2",
    "scope": null,
    "spec": ">=1.1.2 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/strong-remoting/strong-error-handler"
  ],
  "_resolved": "https://registry.npmjs.org/http-status/-/http-status-1.2.0.tgz",
  "_shasum": "05f2a54c94f94d32d877b3a31ae08479772ba9f1",
  "_shrinkwrap": null,
  "_spec": "http-status@^1.1.2",
  "_where": "/var/www/html/recipes/api/node_modules/strong-remoting/node_modules/strong-error-handler",
  "author": {
    "email": "david@adaltas.com",
    "name": "David Worms"
  },
  "bugs": {
    "email": "open@adaltas.com",
    "url": "http://github.com/adaltas/node-http-status/issues"
  },
  "contributors": [
    {
      "name": "David Worms",
      "email": "david@adaltas.com"
    },
    {
      "name": "Daniel Gasienica",
      "email": "daniel@gasienica.ch"
    }
  ],
  "dependencies": {},
  "description": "Interact with HTTP status code",
  "devDependencies": {
    "coffeescript": "2.3.0",
    "mocha": "5.1.1",
    "should": "13.2.1"
  },
  "directories": {},
  "dist": {
    "fileCount": 11,
    "integrity": "sha512-cSX+i/g4Kj5lkfOqS9w0SrxQF4hX7gsfikBtSDm5PFrAy+8fjRKk9+JRCG5cEZ40b6q6GOJk3P0QyDB5JpE0Ig==",
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbHXdJCRA9TVsSAnZWagAAnN4P/3hB4nBvHLT4FIbcLmVi\nytq18oYusGr6ySTrwuLNb5QwzUQgnMgTSIhoy7wsafE6ok2UGspBWM2OZRl7\nWnLb+uIHSExfvMeVCTi1vCJbe0o8A7HqwpYGv/W4ipTG/9/1a6f0EzJNZmdx\nBB22uITWgeNSd/fuc36XzHN1bPmfh+dnUjNtDt7qsJKtLz68tONEd6yP6yuc\nZJVOPBJsTTcl186UQBF8iFuZfjIWkM/gxxrRjQ5A+m1BYxrRvmMv9lYQGVGp\nNbB1TZ4AYsUcvBoEJh/E4yxB5ZqLYY3kIhWB7p1VMIwS9SPbf91z8U/P3ECb\nnOTndeTE8y0LSiFVPZOxlfv6ACJSb0WHevXvTuzM2+026L+oS0nDbQQy6XH2\n5143YtAcO8cadN8ytn7B4GwLDxFuB5cHutYy47h8wuAzlB28vuskArr61Q6r\noT9aoGtKpS0wgDo5FxHD83xPdfSA5Fhqag1oZHG06RgQFiBmTNBA96WBZpTP\n5vDIiDXUj60OC4FLUdQEEq72Wi39ELS5/C5FCQPstGa38TFOVsyYJkgU6Lsi\n7e9U4KpXFLpCgSjpD4JM+hSxDI458ML9K311dO5HAu2wL3q/zeucI5Dj3UIt\n0Ono4jyv8EtNO4NKBv7hyNGDufA7M/xSF0+MGiaFkOn0n3MIFV31TJAYg9yh\n+mNl\r\n=Ebo2\r\n-----END PGP SIGNATURE-----\r\n",
    "shasum": "05f2a54c94f94d32d877b3a31ae08479772ba9f1",
    "tarball": "https://registry.npmjs.org/http-status/-/http-status-1.2.0.tgz",
    "unpackedSize": 58687
  },
  "engines": {
    "node": ">= 0.4.0"
  },
  "gitHead": "9d585b1d4ec17a62fe494cffda06c2de23466731",
  "homepage": "https://github.com/adaltas/node-http-status",
  "keywords": [
    "connect",
    "express",
    "http"
  ],
  "license": "BSD-3-Clause",
  "main": "lib/index.js",
  "maintainers": [
    {
      "name": "david",
      "email": "david@adaltas.com"
    }
  ],
  "name": "http-status",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/adaltas/node-http-status.git"
  },
  "scripts": {
    "coffee": "coffee -b -o lib src && coffee src/build-typescript.coffee",
    "major": "npm version major -m 'Bump to version %s'",
    "minor": "npm version minor -m 'Bump to version %s'",
    "patch": "npm version patch -m 'Bump to version %s'",
    "posttest": "coffee src/build-typescript.coffee",
    "postversion": "git push origin master && git push origin master --tags && npm publish",
    "pretest": "coffee -b -o lib src",
    "preversion": "grep '## Trunk' CHANGELOG.md && npm test",
    "test": "mocha test/**/*.coffee",
    "version": "version=`grep '^  \"version\": ' package.json | sed 's/.*\"\\([0-9\\.]*\\)\".*/\\1/'` && sed -i \"s/## Trunk/## Version $version/\" CHANGELOG.md && git add CHANGELOG.md"
  },
  "types": "lib/index.d.ts",
  "version": "1.2.0"
}
