mongoose-diff-tracking
Version:
Manage Mongo Collection diff History and versions
78 lines (77 loc) • 2.02 kB
JSON
{
"_from": "morgan@~1.6.1",
"_id": "morgan@1.6.1",
"_inBundle": false,
"_integrity": "sha1-X9gYOYxoGcuiinzWZk8pL+HAu/I=",
"_location": "/morgan",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "morgan@~1.6.1",
"name": "morgan",
"escapedName": "morgan",
"rawSpec": "~1.6.1",
"saveSpec": null,
"fetchSpec": "~1.6.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/morgan/-/morgan-1.6.1.tgz",
"_shasum": "5fd818398c6819cba28a7cd6664f292fe1c0bbf2",
"_spec": "morgan@~1.6.1",
"_where": "/Users/macbookpro/Repo/research/noam/noam.mongoose-diff-history/example",
"bugs": {
"url": "https://github.com/expressjs/morgan/issues"
},
"bundleDependencies": false,
"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"
},
"deprecated": false,
"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"
},
"engines": {
"node": ">= 0.8.0"
},
"files": [
"LICENSE",
"HISTORY.md",
"README.md",
"index.js"
],
"homepage": "https://github.com/expressjs/morgan#readme",
"license": "MIT",
"name": "morgan",
"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"
}