mongoose-diff-tracking
Version:
Manage Mongo Collection diff History and versions
79 lines (78 loc) • 2 kB
JSON
{
"_from": "etag@~1.7.0",
"_id": "etag@1.7.0",
"_inBundle": false,
"_integrity": "sha1-A9MLX2fdbmMtKUXTDWZScxo01dg=",
"_location": "/etag",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "etag@~1.7.0",
"name": "etag",
"escapedName": "etag",
"rawSpec": "~1.7.0",
"saveSpec": null,
"fetchSpec": "~1.7.0"
},
"_requiredBy": [
"/express",
"/send",
"/serve-static/send"
],
"_resolved": "https://registry.npmjs.org/etag/-/etag-1.7.0.tgz",
"_shasum": "03d30b5f67dd6e632d2945d30d6652731a34d5d8",
"_spec": "etag@~1.7.0",
"_where": "/Users/macbookpro/Repo/research/noam/noam.mongoose-diff-history/example/node_modules/express",
"bugs": {
"url": "https://github.com/jshttp/etag/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
},
{
"name": "David Björklund",
"email": "david.bjorklund@gmail.com"
}
],
"deprecated": false,
"description": "Create simple ETags",
"devDependencies": {
"beautify-benchmark": "0.2.4",
"benchmark": "1.0.0",
"istanbul": "0.3.14",
"mocha": "~1.21.4",
"seedrandom": "2.3.11"
},
"engines": {
"node": ">= 0.6"
},
"files": [
"LICENSE",
"HISTORY.md",
"README.md",
"index.js"
],
"homepage": "https://github.com/jshttp/etag#readme",
"keywords": [
"etag",
"http",
"res"
],
"license": "MIT",
"name": "etag",
"repository": {
"type": "git",
"url": "git+https://github.com/jshttp/etag.git"
},
"scripts": {
"bench": "node benchmark/index.js",
"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": "1.7.0"
}