Files
2016-11-29 17:40:27 +08:00

104 lines
2.6 KiB
JSON

{
"_args": [
[
"morgan@~1.6.1",
"/Users/xmfish/Desktop/test/RN_AWord/server"
]
],
"_cnpm_publish_time": 1435979051234,
"_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": [
"/"
],
"_resolved": "https://registry.npmjs.org/morgan/-/morgan-1.6.1.tgz",
"_shasum": "5fd818398c6819cba28a7cd6664f292fe1c0bbf2",
"_shrinkwrap": null,
"_spec": "morgan@~1.6.1",
"_where": "/Users/xmfish/Desktop/test/RN_AWord/server",
"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": {
"noattachment": false,
"shasum": "5fd818398c6819cba28a7cd6664f292fe1c0bbf2",
"size": 8019,
"tarball": "http://registry.npm.taobao.org/morgan/download/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": "dougwilson",
"email": "doug@somethingdoug.com"
}
],
"name": "morgan",
"optionalDependencies": {},
"publish_time": 1435979051234,
"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"
}