91 lines
2.2 KiB
JSON
91 lines
2.2 KiB
JSON
{
|
|
"name": "errorhandler",
|
|
"description": "Development-only error handler middleware",
|
|
"version": "1.4.3",
|
|
"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.3.0",
|
|
"escape-html": "~1.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"after": "0.8.1",
|
|
"istanbul": "0.4.2",
|
|
"mocha": "2.3.4",
|
|
"supertest": "1.1.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": "c41e9aaf9a518bcf6132c36f81fe67593eac99e8",
|
|
"bugs": {
|
|
"url": "https://github.com/expressjs/errorhandler/issues"
|
|
},
|
|
"homepage": "https://github.com/expressjs/errorhandler",
|
|
"_id": "errorhandler@1.4.3",
|
|
"_shasum": "b7b70ed8f359e9db88092f2d20c0f831420ad83f",
|
|
"_from": "errorhandler@*",
|
|
"_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": "tjholowaychuk",
|
|
"email": "tj@vision-media.ca"
|
|
},
|
|
{
|
|
"name": "mscdex",
|
|
"email": "mscdex@mscdex.net"
|
|
},
|
|
{
|
|
"name": "fishrock123",
|
|
"email": "fishrock123@rocketmail.com"
|
|
},
|
|
{
|
|
"name": "defunctzombie",
|
|
"email": "shtylman@gmail.com"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "b7b70ed8f359e9db88092f2d20c0f831420ad83f",
|
|
"tarball": "https://registry.npmjs.org/errorhandler/-/errorhandler-1.4.3.tgz"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/errorhandler/-/errorhandler-1.4.3.tgz"
|
|
}
|