{
  "_from": "http-status@^1.1.2",
  "_id": "http-status@1.2.0",
  "_inBundle": false,
  "_integrity": "sha512-cSX+i/g4Kj5lkfOqS9w0SrxQF4hX7gsfikBtSDm5PFrAy+8fjRKk9+JRCG5cEZ40b6q6GOJk3P0QyDB5JpE0Ig==",
  "_location": "/http-status",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "http-status@^1.1.2",
    "name": "http-status",
    "escapedName": "http-status",
    "rawSpec": "^1.1.2",
    "saveSpec": null,
    "fetchSpec": "^1.1.2"
  },
  "_requiredBy": [
    "/strong-error-handler"
  ],
  "_resolved": "https://registry.npmjs.org/http-status/-/http-status-1.2.0.tgz",
  "_shasum": "05f2a54c94f94d32d877b3a31ae08479772ba9f1",
  "_spec": "http-status@^1.1.2",
  "_where": "/home2/postcax0/public_html/bounsr/loop/loop/node_modules/strong-error-handler",
  "author": {
    "name": "David Worms",
    "email": "david@adaltas.com"
  },
  "bugs": {
    "url": "http://github.com/adaltas/node-http-status/issues",
    "email": "open@adaltas.com"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "David Worms",
      "email": "david@adaltas.com"
    },
    {
      "name": "Daniel Gasienica",
      "email": "daniel@gasienica.ch"
    }
  ],
  "deprecated": false,
  "description": "Interact with HTTP status code",
  "devDependencies": {
    "coffeescript": "2.3.0",
    "mocha": "5.1.1",
    "should": "13.2.1"
  },
  "engines": {
    "node": ">= 0.4.0"
  },
  "homepage": "https://github.com/adaltas/node-http-status",
  "keywords": [
    "http",
    "express",
    "connect"
  ],
  "license": "BSD-3-Clause",
  "main": "lib/index.js",
  "name": "http-status",
  "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"
}
