{ "name": "mongodb", "version": "2.2.4", "description": "The official MongoDB driver for Node.js", "main": "index.js", "repository": { "type": "git", "url": "git+ssh://git@github.com/mongodb/node-mongodb-native.git" }, "keywords": [ "mongodb", "driver", "official" ], "dependencies": { "es6-promise": "3.0.2", "mongodb-core": "2.0.6", "readable-stream": "1.0.31" }, "devDependencies": { "JSONStream": "^1.0.7", "betterbenchmarks": "^0.1.0", "bluebird": "2.9.27", "bson": "^0.5.1", "cli-table": "^0.3.1", "co": "4.5.4", "colors": "^1.1.2", "coveralls": "^2.11.6", "event-stream": "^3.3.2", "gleak": "0.5.0", "integra": "0.1.8", "jsdoc": "3.3.0-beta3", "ldjson-stream": "^1.2.1", "mongodb-extended-json": "1.3.0", "mongodb-topology-manager": "1.0.x", "mongodb-version-manager": "^0.8.10", "nyc": "^5.5.0", "optimist": "0.6.1", "rimraf": "2.2.6", "semver": "5.1.0", "worker-farm": "^1.3.1" }, "author": { "name": "Christian Kvalheim" }, "license": "Apache-2.0", "engines": { "node": ">=0.10.3" }, "bugs": { "url": "https://github.com/mongodb/node-mongodb-native/issues" }, "scripts": { "test": "node test/runner.js -t functional", "coverage": "nyc node test/runner.js -t functional && node_modules/.bin/nyc report --reporter=text-lcov | node_modules/.bin/coveralls" }, "nyc": { "include": [ "lib/**/*.js" ] }, "homepage": "https://github.com/mongodb/node-mongodb-native", "gitHead": "d257f3efa0861f3ce908042774bbe276ebafd40a", "_id": "mongodb@2.2.4", "_shasum": "1e7af8d5f91df6f9936598ff2c960abc39828f17", "_from": "mongodb@>=2.2.2 <3.0.0", "_npmVersion": "2.15.1", "_nodeVersion": "4.4.4", "_npmUser": { "name": "christkv", "email": "christkv@gmail.com" }, "maintainers": [ { "name": "christkv", "email": "christkv@gmail.com" } ], "dist": { "shasum": "1e7af8d5f91df6f9936598ff2c960abc39828f17", "tarball": "https://registry.npmjs.org/mongodb/-/mongodb-2.2.4.tgz" }, "_npmOperationalInternal": { "host": "packages-16-east.internal.npmjs.com", "tmp": "tmp/mongodb-2.2.4.tgz_1468891370725_0.9366551062557846" }, "directories": {}, "_resolved": "https://registry.npmjs.org/mongodb/-/mongodb-2.2.4.tgz", "readme": "ERROR: No README data found!" }