1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-11 18:32:50 +00:00
Files
mywebsite/node_modules/morgan/package.json

121 lines
2.8 KiB
JSON

{
"_args": [
[
"morgan@*",
"/home/mitchell/Desktop/test-mywebsite/mywebsite"
]
],
"_from": "morgan@*",
"_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@*",
"rawSpec": "*",
"scope": null,
"spec": "*",
"type": "range"
},
"_requiredBy": [
"/",
"/mongo-express"
],
"_resolved": "https://registry.npmjs.org/morgan/-/morgan-1.6.1.tgz",
"_shasum": "5fd818398c6819cba28a7cd6664f292fe1c0bbf2",
"_shrinkwrap": null,
"_spec": "morgan@*",
"_where": "/home/mitchell/Desktop/test-mywebsite/mywebsite",
"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"
}