{
  "_from": "http-status@1.0.1",
  "_id": "http-status@1.0.1",
  "_inBundle": false,
  "_integrity": "sha1-3EMAGov8UKyH1IWokvdXiWS8lKI=",
  "_location": "/http-status",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "http-status@1.0.1",
    "name": "http-status",
    "escapedName": "http-status",
    "rawSpec": "1.0.1",
    "saveSpec": null,
    "fetchSpec": "1.0.1"
  },
  "_requiredBy": [
    "/next"
  ],
  "_resolved": "https://registry.npmjs.org/http-status/-/http-status-1.0.1.tgz",
  "_shasum": "dc43001a8bfc50ac87d485a892f7578964bc94a2",
  "_spec": "http-status@1.0.1",
  "_where": "/Users/verazabeida/plotly/plotly-icons/demo/node_modules/next",
  "author": {
    "name": "David Worms",
    "email": "david@adaltas.com"
  },
  "bugs": {
    "url": "http://github.com/wdavidw/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": {
    "coffee-script": "latest",
    "mocha": "latest",
    "should": "latest"
  },
  "engines": {
    "node": ">= 0.4.0"
  },
  "homepage": "http://www.adaltas.com/projects/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/wdavidw/node-http-status.git"
  },
  "scripts": {
    "coffee": "coffee -b -o lib src",
    "test": "NODE_ENV=test node_modules/.bin/mocha --compilers coffee:coffee-script/register --reporter dot"
  },
  "version": "1.0.1"
}
