{
  "_from": "errorhandler@",
  "_id": "errorhandler@1.1.1",
  "_inBundle": false,
  "_integrity": "sha512-nqVAii3wDkiowAVKDmcuwKOQ/5vsg9GfCcJxSMHgy8yiZUA3mMDpBcHnCVolDYgQ7wsC2yZQVOavR5fGHhFMkg==",
  "_location": "/tomahawk/errorhandler",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "errorhandler@1.1.1",
    "name": "errorhandler",
    "escapedName": "errorhandler",
    "rawSpec": "1.1.1",
    "saveSpec": null,
    "fetchSpec": "1.1.1"
  },
  "_requiredBy": [
    "/tomahawk"
  ],
  "_resolved": "https://registry.npmjs.org/errorhandler/-/errorhandler-1.1.1.tgz",
  "_shasum": "18defd436d8ca2efe0a2d886c5c4d6ee6d76d691",
  "_spec": "errorhandler@1.1.1",
  "_where": "/home/bestsmm/node_modules/tomahawk",
  "author": {
    "name": "Jonathan Ong",
    "email": "me@jongleberry.com",
    "url": "http://jongleberry.com"
  },
  "bugs": {
    "url": "https://github.com/expressjs/errorhandler/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "accepts": "~1.0.4",
    "escape-html": "1.0.1"
  },
  "deprecated": false,
  "description": "connect's default error handler page",
  "devDependencies": {
    "connect": "3",
    "istanbul": "0.2.10",
    "mocha": "~1.20.1",
    "should": "~4.0.1",
    "supertest": "~0.13.0"
  },
  "engines": {
    "node": ">= 0.8"
  },
  "homepage": "https://github.com/expressjs/errorhandler#readme",
  "license": "MIT",
  "name": "errorhandler",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/expressjs/errorhandler.git"
  },
  "scripts": {
    "test": "mocha --reporter dot test/",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/",
    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec test/"
  },
  "version": "1.1.1"
}
