compound-ex4
Version:
Compound-ex4 - MVC framework for NodeJS (ExpressJs 4 version), fork compoundjs(https://github.com/1602/compound)
109 lines (108 loc) • 2.76 kB
JSON
{
"_args": [
[
"finalhandler@0.4.0",
"/home/webs/dev/prj/compoundjsEX4/compound-ex4/node_modules/connect"
],
[
"finalhandler@0.4.0",
"/home/webs/dev/prj/compoundjsEX4/compound-ex4/node_modules/express"
]
],
"_from": "finalhandler@0.4.0",
"_id": "finalhandler@0.4.0",
"_inCache": true,
"_installable": true,
"_location": "/finalhandler",
"_npmUser": {
"email": "doug@somethingdoug.com",
"name": "dougwilson"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {},
"_requested": {
"name": "finalhandler",
"raw": "finalhandler@0.4.0",
"rawSpec": "0.4.0",
"scope": null,
"spec": "0.4.0",
"type": "version"
},
"_requiredBy": [
"/express"
],
"_shrinkwrap": null,
"_spec": "finalhandler@0.4.0",
"_where": "/home/webs/dev/prj/compoundjsEX4/compound-ex4/node_modules/express",
"author": {
"email": "doug@somethingdoug.com",
"name": "Douglas Christopher Wilson"
},
"bugs": {
"url": "https://github.com/pillarjs/finalhandler/issues"
},
"dependencies": {
"debug": "~2.2.0",
"escape-html": "1.0.2",
"on-finished": "~2.3.0",
"unpipe": "~1.0.0"
},
"description": "Node.js final http responder",
"devDependencies": {
"istanbul": "0.3.15",
"mocha": "2.2.5",
"readable-stream": "2.0.0",
"supertest": "1.0.1"
},
"directories": {},
"dist": {
"shasum": "965a52d9e8d05d2b857548541fb89b53a2497d9b",
"tarball": "http://registry.npmjs.org/finalhandler/-/finalhandler-0.4.0.tgz"
},
"engines": {
"node": ">= 0.8"
},
"files": [
"HISTORY.md",
"LICENSE",
"index.js"
],
"gitHead": "fe4e4de9ebb0f3831493ad75119ee6ba40542853",
"homepage": "https://github.com/pillarjs/finalhandler",
"license": "MIT",
"maintainers": [
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
{
"name": "jongleberry",
"email": "jonathanrichardong@gmail.com"
},
{
"name": "tjholowaychuk",
"email": "tj@vision-media.ca"
},
{
"name": "fishrock123",
"email": "fishrock123@rocketmail.com"
},
{
"name": "defunctzombie",
"email": "shtylman@gmail.com"
}
],
"name": "finalhandler",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/pillarjs/finalhandler.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": "0.4.0"
}