{ "name": "errorhandler", "description": "Development-only error handler middleware", "version": "1.2.4", "contributors": [ { "name": "Douglas Christopher Wilson", "email": "doug@somethingdoug.com" }, { "name": "Jonathan Ong", "email": "me@jongleberry.com", "url": "http://jongleberry.com" } ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/expressjs/errorhandler" }, "dependencies": { "accepts": "~1.1.3", "escape-html": "1.0.1" }, "devDependencies": { "connect": "3", "istanbul": "0.3.2", "mocha": "~2.0.1", "supertest": "~0.15.0" }, "files": [ "public/", "LICENSE", "HISTORY.md", "index.js" ], "engines": { "node": ">= 0.8" }, "scripts": { "test": "mocha --reporter spec --bail --check-leaks test/", "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/", "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/" }, "gitHead": "7383f0c66073d501f7b567d03ccac288d550e669", "bugs": { "url": "https://github.com/expressjs/errorhandler/issues" }, "homepage": "https://github.com/expressjs/errorhandler", "_id": "errorhandler@1.2.4", "_shasum": "4726630d6c6c2c11a7cd589b7376f7336473d6aa", "_from": "errorhandler@>=1.2.2 <1.3.0", "_npmVersion": "1.4.28", "_npmUser": { "name": "dougwilson", "email": "doug@somethingdoug.com" }, "maintainers": [ { "name": "jongleberry", "email": "jonathanrichardong@gmail.com" }, { "name": "dougwilson", "email": "doug@somethingdoug.com" }, { "name": "shtylman", "email": "shtylman@gmail.com" }, { "name": "tjholowaychuk", "email": "tj@vision-media.ca" }, { "name": "mscdex", "email": "mscdex@mscdex.net" }, { "name": "fishrock123", "email": "fishrock123@rocketmail.com" } ], "dist": { "shasum": "4726630d6c6c2c11a7cd589b7376f7336473d6aa", "tarball": "http://registry.npmjs.org/errorhandler/-/errorhandler-1.2.4.tgz" }, "directories": {}, "_resolved": "https://registry.npmjs.org/errorhandler/-/errorhandler-1.2.4.tgz" }