mongoose-diff-tracking
Version:
Manage Mongo Collection diff History and versions
72 lines (71 loc) • 1.69 kB
JSON
{
"_from": "bson@0.4.21",
"_id": "bson@0.4.21",
"_inBundle": false,
"_integrity": "sha1-uOrjjFqpT3uOZOjP7Q9C5YMI7ZU=",
"_location": "/bson",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "bson@0.4.21",
"name": "bson",
"escapedName": "bson",
"rawSpec": "0.4.21",
"saveSpec": null,
"fetchSpec": "0.4.21"
},
"_requiredBy": [
"/mongodb-core",
"/mongoose"
],
"_resolved": "https://registry.npmjs.org/bson/-/bson-0.4.21.tgz",
"_shasum": "b8eae38c5aa94f7b8e64e8cfed0f42e58308ed95",
"_spec": "bson@0.4.21",
"_where": "/Users/macbookpro/Repo/research/noam/noam.mongoose-diff-history/example/node_modules/mongoose",
"author": {
"name": "Christian Amor Kvalheim",
"email": "christkv@gmail.com"
},
"browser": "lib/bson/bson.js",
"bugs": {
"url": "https://github.com/mongodb/js-bson/issues"
},
"bundleDependencies": false,
"config": {
"native": false
},
"contributors": [],
"deprecated": false,
"description": "A bson parser for node.js and the browser",
"devDependencies": {
"benchmark": "1.0.0",
"colors": "1.1.0",
"gleak": "0.2.3",
"nodeunit": "0.9.0",
"one": "2.X.X"
},
"directories": {
"lib": "./lib/bson"
},
"engines": {
"node": ">=0.6.19"
},
"homepage": "https://github.com/mongodb/js-bson#readme",
"keywords": [
"mongodb",
"bson",
"parser"
],
"license": "Apache-2.0",
"main": "./lib/bson/index",
"name": "bson",
"repository": {
"type": "git",
"url": "git://github.com/mongodb/js-bson.git"
},
"scripts": {
"test": "nodeunit ./test/node"
},
"version": "0.4.21"
}