mongoose-diff-tracking
Version:
Manage Mongo Collection diff History and versions
70 lines (69 loc) • 1.99 kB
JSON
{
"_from": "content-disposition@0.5.1",
"_id": "content-disposition@0.5.1",
"_inBundle": false,
"_integrity": "sha1-h0dsamfI2qh+Muh2Ft+IO6f7Bxs=",
"_location": "/content-disposition",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "content-disposition@0.5.1",
"name": "content-disposition",
"escapedName": "content-disposition",
"rawSpec": "0.5.1",
"saveSpec": null,
"fetchSpec": "0.5.1"
},
"_requiredBy": [
"/express"
],
"_resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.1.tgz",
"_shasum": "87476c6a67c8daa87e32e87616df883ba7fb071b",
"_spec": "content-disposition@0.5.1",
"_where": "/Users/macbookpro/Repo/research/noam/noam.mongoose-diff-history/example/node_modules/express",
"bugs": {
"url": "https://github.com/jshttp/content-disposition/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
}
],
"deprecated": false,
"description": "Create and parse Content-Disposition header",
"devDependencies": {
"istanbul": "0.4.2",
"mocha": "1.21.5"
},
"engines": {
"node": ">= 0.6"
},
"files": [
"LICENSE",
"HISTORY.md",
"README.md",
"index.js"
],
"homepage": "https://github.com/jshttp/content-disposition#readme",
"keywords": [
"content-disposition",
"http",
"rfc6266",
"res"
],
"license": "MIT",
"name": "content-disposition",
"repository": {
"type": "git",
"url": "git+https://github.com/jshttp/content-disposition.git"
},
"scripts": {
"test": "mocha --reporter spec --bail --check-leaks test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
},
"version": "0.5.1"
}