{
  "_args": [
    [
      "http-status@1.3.1",
      "D:\\Development\\Work\\CENOS\\cenos-licenses"
    ]
  ],
  "_from": "http-status@1.3.1",
  "_id": "http-status@1.3.1",
  "_inBundle": false,
  "_integrity": "sha512-PcI9NUm6EUOhHlaxYABCqDQQWS7IgoBZ/PmPkhuzj+oR01ffjv3EJfKnnWJZcUhILtUh6/NdJi1Zs/mIr6v8DA==",
  "_location": "/http-status",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "http-status@1.3.1",
    "name": "http-status",
    "escapedName": "http-status",
    "rawSpec": "1.3.1",
    "saveSpec": null,
    "fetchSpec": "1.3.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/http-status/-/http-status-1.3.1.tgz",
  "_spec": "1.3.1",
  "_where": "D:\\Development\\Work\\CENOS\\cenos-licenses",
  "author": {
    "name": "David Worms",
    "email": "david@adaltas.com"
  },
  "bugs": {
    "url": "http://github.com/adaltas/node-http-status/issues",
    "email": "open@adaltas.com"
  },
  "contributors": [
    {
      "name": "David Worms",
      "email": "david@adaltas.com"
    },
    {
      "name": "Daniel Gasienica",
      "email": "daniel@gasienica.ch"
    }
  ],
  "description": "Interact with HTTP status code",
  "devDependencies": {
    "@types/mocha": "^5.2.5",
    "@types/node": "^10.12.6",
    "@types/should": "^13.0.0",
    "coffeescript": "2.3.0",
    "mocha": "5.1.1",
    "should": "13.2.1",
    "ts-node": "^7.0.1",
    "typescript": "^3.1.6"
  },
  "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",
    "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'",
    "postversion": "git push origin master && git push origin master --tags && npm publish",
    "pretest": "coffee -b -o lib src && cp src/index.d.ts lib",
    "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.3.1"
}
