mongoose-diff-tracking
Version:
Manage Mongo Collection diff History and versions
100 lines (99 loc) • 2.54 kB
JSON
{
"_from": "bluebird@2.9.26",
"_id": "bluebird@2.9.26",
"_inBundle": false,
"_integrity": "sha1-Nidy6k0J9VakufO2TC/RNuh+OlU=",
"_location": "/bluebird",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "bluebird@2.9.26",
"name": "bluebird",
"escapedName": "bluebird",
"rawSpec": "2.9.26",
"saveSpec": null,
"fetchSpec": "2.9.26"
},
"_requiredBy": [
"/mquery"
],
"_resolved": "https://registry.npmjs.org/bluebird/-/bluebird-2.9.26.tgz",
"_shasum": "362772ea4d09f556a4b9f3b64c2fd136e87e3a55",
"_spec": "bluebird@2.9.26",
"_where": "/Users/macbookpro/Repo/research/noam/noam.mongoose-diff-history/example/node_modules/mquery",
"author": {
"name": "Petka Antonov",
"email": "petka_antonov@hotmail.com",
"url": "http://github.com/petkaantonov/"
},
"browser": "./js/browser/bluebird.js",
"bugs": {
"url": "http://github.com/petkaantonov/bluebird/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Full featured Promises/A+ implementation with exceptionally good performance",
"devDependencies": {
"acorn": "~0.6.0",
"baconjs": "^0.7.43",
"bluebird": "^2.9.2",
"body-parser": "^1.10.2",
"browserify": "^8.1.1",
"cli-table": "~0.3.1",
"co": "^4.2.0",
"cross-spawn": "^0.2.3",
"glob": "^4.3.2",
"grunt-saucelabs": "~8.4.1",
"highland": "^2.3.0",
"istanbul": "^0.3.5",
"jshint": "^2.6.0",
"jshint-stylish": "~0.2.0",
"mkdirp": "~0.5.0",
"mocha": "~2.1",
"open": "~0.0.5",
"optimist": "~0.6.1",
"rimraf": "~2.2.6",
"rx": "^2.3.25",
"serve-static": "^1.7.1",
"sinon": "~1.7.3",
"uglify-js": "~2.4.16"
},
"files": [
"js/browser",
"js/main",
"js/zalgo",
"LICENSE",
"zalgo.js"
],
"homepage": "https://github.com/petkaantonov/bluebird",
"keywords": [
"promise",
"performance",
"promises",
"promises-a",
"promises-aplus",
"async",
"await",
"deferred",
"deferreds",
"future",
"flow control",
"dsl",
"fluent interface"
],
"license": "MIT",
"main": "./js/main/bluebird.js",
"name": "bluebird",
"repository": {
"type": "git",
"url": "git://github.com/petkaantonov/bluebird.git"
},
"scripts": {
"istanbul": "istanbul",
"lint": "node scripts/jshint.js",
"prepublish": "node tools/build.js --no-debug --main --zalgo --browser --minify",
"test": "node tools/test.js"
},
"version": "2.9.26"
}