{ "_args": [ [ { "raw": "mongodb@2.2.22", "scope": null, "escapedName": "mongodb", "name": "mongodb", "rawSpec": "2.2.22", "spec": "2.2.22", "type": "version" }, "/home/nemboru/workshop/daa-custom-stack/backend/node_modules/mongoose" ] ], "_from": "mongodb@2.2.22", "_id": "mongodb@2.2.22", "_inCache": true, "_location": "/mongodb", "_nodeVersion": "6.9.1", "_npmOperationalInternal": { "host": "packages-18-east.internal.npmjs.com", "tmp": "tmp/mongodb-2.2.22.tgz_1485265077383_0.9735395440366119" }, "_npmUser": { "name": "christkv", "email": "christkv@gmail.com" }, "_npmVersion": "3.10.8", "_phantomChildren": {}, "_requested": { "raw": "mongodb@2.2.22", "scope": null, "escapedName": "mongodb", "name": "mongodb", "rawSpec": "2.2.22", "spec": "2.2.22", "type": "version" }, "_requiredBy": [ "/mongoose" ], "_resolved": "https://registry.npmjs.org/mongodb/-/mongodb-2.2.22.tgz", "_shasum": "d67c588fc08f922db19754b1d2e03e2d7d1319fb", "_shrinkwrap": null, "_spec": "mongodb@2.2.22", "_where": "/home/nemboru/workshop/daa-custom-stack/backend/node_modules/mongoose", "author": { "name": "Christian Kvalheim" }, "bugs": { "url": "https://github.com/mongodb/node-mongodb-native/issues" }, "dependencies": { "es6-promise": "3.2.1", "mongodb-core": "2.1.7", "readable-stream": "2.1.5" }, "description": "The official MongoDB driver for Node.js", "devDependencies": { "JSONStream": "^1.0.7", "betterbenchmarks": "^0.1.0", "bluebird": "3.4.6", "bson": "1.0.0", "cli-table": "^0.3.1", "co": "4.6.0", "colors": "^1.1.2", "coveralls": "^2.11.6", "eslint": "^3.8.1", "event-stream": "^3.3.2", "gleak": "0.5.0", "integra": "0.1.8", "jsdoc": "3.4.0", "ldjson-stream": "^1.2.1", "mongodb-extended-json": "1.7.1", "mongodb-topology-manager": "1.0.x", "mongodb-version-manager": "github:christkv/mongodb-version-manager#master", "nyc": "^8.1.0", "optimist": "0.6.1", "rimraf": "2.5.4", "semver": "5.3.0", "worker-farm": "^1.3.1" }, "directories": {}, "dist": { "shasum": "d67c588fc08f922db19754b1d2e03e2d7d1319fb", "tarball": "https://registry.npmjs.org/mongodb/-/mongodb-2.2.22.tgz" }, "engines": { "node": ">=0.10.3" }, "gitHead": "ac4a1ef66101cd78c2e31215d4aae9f9c22f441e", "homepage": "https://github.com/mongodb/node-mongodb-native", "keywords": [ "mongodb", "driver", "official" ], "license": "Apache-2.0", "main": "index.js", "maintainers": [ { "name": "christkv", "email": "christkv@gmail.com" } ], "name": "mongodb", "nyc": { "include": [ "lib/**/*.js" ] }, "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+ssh://git@github.com/mongodb/node-mongodb-native.git" }, "scripts": { "coverage": "nyc node test/runner.js -t functional && node_modules/.bin/nyc report --reporter=text-lcov | node_modules/.bin/coveralls", "lint": "eslint lib", "test": "node test/runner.js -t functional -l" }, "version": "2.2.22" }