91 lines
2.2 KiB
JSON
91 lines
2.2 KiB
JSON
|
{
|
||
|
"name": "morgan",
|
||
|
"description": "http request logger middleware for node.js",
|
||
|
"version": "1.3.1",
|
||
|
"author": {
|
||
|
"name": "Jonathan Ong",
|
||
|
"email": "me@jongleberry.com",
|
||
|
"url": "http://jongleberry.com"
|
||
|
},
|
||
|
"contributors": [
|
||
|
{
|
||
|
"name": "Douglas Christopher Wilson",
|
||
|
"email": "doug@somethingdoug.com"
|
||
|
}
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/expressjs/morgan"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"basic-auth": "1.0.0",
|
||
|
"depd": "0.4.5",
|
||
|
"on-finished": "2.1.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"istanbul": "0.3.2",
|
||
|
"mocha": "~1.21.0",
|
||
|
"should": "~4.0.4",
|
||
|
"supertest": "~0.13.0"
|
||
|
},
|
||
|
"files": [
|
||
|
"LICENSE",
|
||
|
"HISTORY.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": "a7192887a0f388d6f397bd70c836a63d6b8afc76",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/expressjs/morgan/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/expressjs/morgan",
|
||
|
"_id": "morgan@1.3.1",
|
||
|
"_shasum": "5c2ae66ef1da03f0ac9f0f42840cca5d8bfec23f",
|
||
|
"_from": "morgan@1.3.1",
|
||
|
"_npmVersion": "1.4.21",
|
||
|
"_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": "shtylman",
|
||
|
"email": "shtylman@gmail.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "mscdex",
|
||
|
"email": "mscdex@mscdex.net"
|
||
|
},
|
||
|
{
|
||
|
"name": "fishrock123",
|
||
|
"email": "fishrock123@rocketmail.com"
|
||
|
}
|
||
|
],
|
||
|
"dist": {
|
||
|
"shasum": "5c2ae66ef1da03f0ac9f0f42840cca5d8bfec23f",
|
||
|
"tarball": "http://registry.npmjs.org/morgan/-/morgan-1.3.1.tgz"
|
||
|
},
|
||
|
"directories": {},
|
||
|
"_resolved": "https://registry.npmjs.org/morgan/-/morgan-1.3.1.tgz"
|
||
|
}
|