compound-ex4
Version:
Compound-ex4 - MVC framework for NodeJS (ExpressJs 4 version), fork compoundjs(https://github.com/1602/compound)
120 lines (119 loc) • 2.96 kB
JSON
{
"_args": [
[
"morgan@~1.6.1",
"/home/webs/dev/prj/compoundjsEX4/compound-ex4/node_modules/connect"
]
],
"_from": "morgan@>=1.6.1 <1.7.0",
"_id": "morgan@1.6.1",
"_inCache": true,
"_installable": true,
"_location": "/morgan",
"_npmUser": {
"email": "doug@somethingdoug.com",
"name": "dougwilson"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {},
"_requested": {
"name": "morgan",
"raw": "morgan@~1.6.1",
"rawSpec": "~1.6.1",
"scope": null,
"spec": ">=1.6.1 <1.7.0",
"type": "range"
},
"_requiredBy": [
"/connect"
],
"_resolved": "https://registry.npmjs.org/morgan/-/morgan-1.6.1.tgz",
"_shasum": "5fd818398c6819cba28a7cd6664f292fe1c0bbf2",
"_shrinkwrap": null,
"_spec": "morgan@~1.6.1",
"_where": "/home/webs/dev/prj/compoundjsEX4/compound-ex4/node_modules/connect",
"bugs": {
"url": "https://github.com/expressjs/morgan/issues"
},
"contributors": [
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
},
{
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com"
}
],
"dependencies": {
"basic-auth": "~1.0.3",
"debug": "~2.2.0",
"depd": "~1.0.1",
"on-finished": "~2.3.0",
"on-headers": "~1.0.0"
},
"description": "HTTP request logger middleware for node.js",
"devDependencies": {
"istanbul": "0.3.17",
"mocha": "2.2.5",
"split": "1.0.0",
"supertest": "1.0.1"
},
"directories": {},
"dist": {
"shasum": "5fd818398c6819cba28a7cd6664f292fe1c0bbf2",
"tarball": "http://registry.npmjs.org/morgan/-/morgan-1.6.1.tgz"
},
"engines": {
"node": ">= 0.8.0"
},
"files": [
"HISTORY.md",
"LICENSE",
"README.md",
"index.js"
],
"gitHead": "300286d1472928b10f723e8ea138533dfbd3b521",
"homepage": "https://github.com/expressjs/morgan",
"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": "morgan",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/expressjs/morgan.git"
},
"scripts": {
"test": "mocha --check-leaks --reporter spec --bail",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec"
},
"version": "1.6.1"
}