compound-ex4
Version:
Compound-ex4 - MVC framework for NodeJS (ExpressJs 4 version), fork compoundjs(https://github.com/1602/compound)
117 lines (116 loc) • 2.98 kB
JSON
{
"_args": [
[
"errorhandler@~1.4.2",
"/home/webs/dev/prj/compoundjsEX4/compound-ex4/node_modules/connect"
]
],
"_from": "errorhandler@>=1.4.2 <1.5.0",
"_id": "errorhandler@1.4.3",
"_inCache": true,
"_installable": true,
"_location": "/errorhandler",
"_npmUser": {
"email": "doug@somethingdoug.com",
"name": "dougwilson"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {},
"_requested": {
"name": "errorhandler",
"raw": "errorhandler@~1.4.2",
"rawSpec": "~1.4.2",
"scope": null,
"spec": ">=1.4.2 <1.5.0",
"type": "range"
},
"_requiredBy": [
"/connect"
],
"_resolved": "https://registry.npmjs.org/errorhandler/-/errorhandler-1.4.3.tgz",
"_shasum": "b7b70ed8f359e9db88092f2d20c0f831420ad83f",
"_shrinkwrap": null,
"_spec": "errorhandler@~1.4.2",
"_where": "/home/webs/dev/prj/compoundjsEX4/compound-ex4/node_modules/connect",
"bugs": {
"url": "https://github.com/expressjs/errorhandler/issues"
},
"contributors": [
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
},
{
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com"
}
],
"dependencies": {
"accepts": "~1.3.0",
"escape-html": "~1.0.3"
},
"description": "Development-only error handler middleware",
"devDependencies": {
"after": "0.8.1",
"istanbul": "0.4.2",
"mocha": "2.3.4",
"supertest": "1.1.0"
},
"directories": {},
"dist": {
"shasum": "b7b70ed8f359e9db88092f2d20c0f831420ad83f",
"tarball": "http://registry.npmjs.org/errorhandler/-/errorhandler-1.4.3.tgz"
},
"engines": {
"node": ">= 0.8"
},
"files": [
"HISTORY.md",
"LICENSE",
"index.js",
"public/"
],
"gitHead": "c41e9aaf9a518bcf6132c36f81fe67593eac99e8",
"homepage": "https://github.com/expressjs/errorhandler",
"license": "MIT",
"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"
}
],
"name": "errorhandler",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/expressjs/errorhandler.git"
},
"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/"
},
"version": "1.4.3"
}