95 lines
2.3 KiB
JSON
95 lines
2.3 KiB
JSON
|
{
|
||
|
"name": "morgan",
|
||
|
"description": "HTTP request logger middleware for node.js",
|
||
|
"version": "1.6.1",
|
||
|
"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": "git+https://github.com/expressjs/morgan.git"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"basic-auth": "~1.0.3",
|
||
|
"debug": "~2.2.0",
|
||
|
"depd": "~1.0.1",
|
||
|
"on-finished": "~2.3.0",
|
||
|
"on-headers": "~1.0.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"istanbul": "0.3.17",
|
||
|
"mocha": "2.2.5",
|
||
|
"split": "1.0.0",
|
||
|
"supertest": "1.0.1"
|
||
|
},
|
||
|
"files": [
|
||
|
"LICENSE",
|
||
|
"HISTORY.md",
|
||
|
"README.md",
|
||
|
"index.js"
|
||
|
],
|
||
|
"engines": {
|
||
|
"node": ">= 0.8.0"
|
||
|
},
|
||
|
"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"
|
||
|
},
|
||
|
"gitHead": "300286d1472928b10f723e8ea138533dfbd3b521",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/expressjs/morgan/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/expressjs/morgan",
|
||
|
"_id": "morgan@1.6.1",
|
||
|
"_shasum": "5fd818398c6819cba28a7cd6664f292fe1c0bbf2",
|
||
|
"_from": "morgan@>=1.6.1 <1.7.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": "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": "5fd818398c6819cba28a7cd6664f292fe1c0bbf2",
|
||
|
"tarball": "http://registry.npmjs.org/morgan/-/morgan-1.6.1.tgz"
|
||
|
},
|
||
|
"directories": {},
|
||
|
"_resolved": "https://registry.npmjs.org/morgan/-/morgan-1.6.1.tgz",
|
||
|
"readme": "ERROR: No README data found!"
|
||
|
}
|