{
  "_args": [
    [
      "statuses@~1.2.1",
      "/Users/nick/codes/twreporter-react/node_modules/send"
    ]
  ],
  "_from": "statuses@>=1.2.1 <1.3.0",
  "_id": "statuses@1.2.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/statuses",
  "_npmUser": {
    "email": "doug@somethingdoug.com",
    "name": "dougwilson"
  },
  "_npmVersion": "1.4.28",
  "_phantomChildren": {},
  "_requested": {
    "name": "statuses",
    "raw": "statuses@~1.2.1",
    "rawSpec": "~1.2.1",
    "scope": null,
    "spec": ">=1.2.1 <1.3.0",
    "type": "range"
  },
  "_requiredBy": [
    "/body-parser/http-errors",
    "/http-errors",
    "/send"
  ],
  "_resolved": "https://registry.npmjs.org/statuses/-/statuses-1.2.1.tgz",
  "_shasum": "dded45cc18256d51ed40aec142489d5c61026d28",
  "_shrinkwrap": null,
  "_spec": "statuses@~1.2.1",
  "_where": "/Users/nick/codes/twreporter-react/node_modules/send",
  "author": {
    "email": "me@jongleberry.com",
    "name": "Jonathan Ong",
    "url": "http://jongleberry.com"
  },
  "bugs": {
    "url": "https://github.com/jshttp/statuses/issues"
  },
  "dependencies": {},
  "description": "HTTP status utility",
  "devDependencies": {
    "csv-parse": "0.0.6",
    "istanbul": "0",
    "mocha": "1",
    "stream-to-array": "2"
  },
  "directories": {},
  "dist": {
    "shasum": "dded45cc18256d51ed40aec142489d5c61026d28",
    "tarball": "http://registry.npmjs.org/statuses/-/statuses-1.2.1.tgz"
  },
  "files": [
    "LICENSE",
    "codes.json",
    "index.js"
  ],
  "gitHead": "49e6ac7ae4c63ee8186f56cb52112a7eeda28ed7",
  "homepage": "https://github.com/jshttp/statuses",
  "keywords": [
    "code",
    "http",
    "status"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "jongleberry",
      "email": "jonathanrichardong@gmail.com"
    },
    {
      "name": "tjholowaychuk",
      "email": "tj@vision-media.ca"
    },
    {
      "name": "dougwilson",
      "email": "doug@somethingdoug.com"
    },
    {
      "name": "shtylman",
      "email": "shtylman@gmail.com"
    },
    {
      "name": "mscdex",
      "email": "mscdex@mscdex.net"
    },
    {
      "name": "fishrock123",
      "email": "fishrock123@rocketmail.com"
    }
  ],
  "name": "statuses",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jshttp/statuses.git"
  },
  "scripts": {
    "build": "node scripts/build.js",
    "test": "mocha --reporter spec --bail --check-leaks",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks",
    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks",
    "update": "node scripts/update.js"
  },
  "version": "1.2.1"
}
