{ "_args": [ [ "mongodb-core@3.1.11", "/home/beppe/Github/yahooApi/node_modules/mongodb" ] ], "_from": "mongodb-core@3.1.11", "_hasShrinkwrap": false, "_id": "mongodb-core@3.1.11", "_inCache": true, "_installable": true, "_location": "/mongodb-core", "_nodeVersion": "8.15.0", "_npmOperationalInternal": { "host": "s3://npm-registry-packages", "tmp": "tmp/mongodb-core_3.1.11_1547676520581_0.746496964889368" }, "_npmUser": { "email": "mbroadst@gmail.com", "name": "mbroadst" }, "_npmVersion": "6.4.1", "_phantomChildren": {}, "_requested": { "name": "mongodb-core", "raw": "mongodb-core@3.1.11", "rawSpec": "3.1.11", "scope": null, "spec": "3.1.11", "type": "version" }, "_requiredBy": [ "/mongodb" ], "_resolved": "https://registry.npmjs.org/mongodb-core/-/mongodb-core-3.1.11.tgz", "_shasum": "b253038dbb4d7329f3d1c2ee5400bb0c9221fde5", "_shrinkwrap": null, "_spec": "mongodb-core@3.1.11", "_where": "/home/beppe/Github/yahooApi/node_modules/mongodb", "author": { "name": "Christian Kvalheim" }, "bugs": { "url": "https://github.com/mongodb-js/mongodb-core/issues" }, "dependencies": { "bson": "^1.1.0", "require_optional": "^1.0.1", "safe-buffer": "^5.1.2", "saslprep": "^1.0.0" }, "description": "Core MongoDB driver functionality, no bells and whistles and meant for integration not end applications", "devDependencies": { "chai": "^4.1.2", "chai-subset": "^1.6.0", "co": "^4.6.0", "eslint": "^4.6.1", "eslint-plugin-prettier": "^2.2.0", "jsdoc": "3.5.4", "mongodb-extjson": "^2.1.2", "mongodb-mock-server": "^1.0.0", "mongodb-test-runner": "^1.1.18", "prettier": "~1.12.0", "sinon": "^6.0.0", "snappy": "^6.1.1", "standard-version": "^4.4.0" }, "directories": {}, "dist": { "fileCount": 43, "integrity": "sha512-rD2US2s5qk/ckbiiGFHeu+yKYDXdJ1G87F6CG3YdaZpzdOm5zpoAZd/EKbPmFO6cQZ+XVXBXBJ660sSI0gc6qg==", "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcP6tpCRA9TVsSAnZWagAAhF0P/0EkG27rK9Zoh6WOM1DM\nO1nM8mbjeQyNx7FlS+NoXUn9B8nZexzSa5j65djABGhd2ZqXKli015Kka/2P\nnFIJEv7rI0XPJirHEeDU/ZUi7d2faa023HKszFlYMLPQfxEq/mmmgB6ds8vR\np9lnDvQjpYzKp1ZolCNv+yGkayb1e2KtLEY4gV+I9Z79cx1nMOks1sY9+Ihz\nWhB48tDzSzEDs3CQxii+Pp0fOCJ7pzBxlwrRPVpjZ6U9TXNVrX37lqlyx/ss\noa21Nd5iZLQDsyyjn5E93esCEaHUqeFGdxlui4+DlzO9kFBsh0FK9GjMqnNj\nkoWpELkX4TprKIbudsPMaTxQMzpNbT/9+ca6C4a6CYkMwCE5BRWm4yh+mpJz\nBM/kalnFVm4IhzdVvEBq0EU2ZM4ksNwq9OFYQ7LFgTl98kOwD6dr5R1zgrAR\nnhvLSBDQeHtnM3sswcpiH/tPEUb7OEOSUI6kCZCTH9o9M1fQWzYJ2o8DmF+H\nAY77lrmMDeQzHkgbqfIMpTmX7c/hKNWcKJF7SqOxl5PxMXJT+RiB4Fd6mvhz\nObNTmwmm2nlKT7tPWk0SCatssPnNI45MMpdrR6D9BQBjZSGIpXHl9US4qczp\nf5wHYHGcWkA+o2qO+CDNDNWeetsM/ztJKhdBoEYAzXzWLilgRuY6DL1ATxuK\nwrqg\r\n=M9ip\r\n-----END PGP SIGNATURE-----\r\n", "shasum": "b253038dbb4d7329f3d1c2ee5400bb0c9221fde5", "tarball": "https://registry.npmjs.org/mongodb-core/-/mongodb-core-3.1.11.tgz", "unpackedSize": 603917 }, "gitHead": "9a93ac802a4b11673ac7e97d33347e0249d77e00", "homepage": "https://github.com/mongodb-js/mongodb-core", "keywords": [ "core", "mongodb" ], "license": "Apache-2.0", "main": "index.js", "maintainers": [ { "name": "christkv", "email": "christkv@gmail.com" }, { "name": "daprahamian", "email": "dan.aprahamian@gmail.com" }, { "name": "mbroadst", "email": "mbroadst@gmail.com" } ], "name": "mongodb-core", "optionalDependencies": { "saslprep": "^1.0.0" }, "peerOptionalDependencies": { "bson-ext": "^2.0.0", "kerberos": "^1.0.0", "mongodb-extjson": "^2.1.2", "snappy": "^6.1.1" }, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git://github.com/mongodb-js/mongodb-core.git" }, "scripts": { "atlas": "node ./test/atlas.js", "changelog": "conventional-changelog -p angular -i HISTORY.md -s", "coverage": "nyc node test/runner.js -t functional -l && node_modules/.bin/nyc report --reporter=text-lcov | node_modules/.bin/coveralls", "format": "prettier --print-width 100 --tab-width 2 --single-quote --write index.js test/**/*.js lib/**/*.js", "lint": "eslint index.js lib test", "release": "standard-version -i HISTORY.md", "test": "npm run lint && mongodb-test-runner -t 60000 test/tests" }, "version": "3.1.11" }