Files
yahoo-thing/node_modules/mongodb/package.json
2019-01-25 01:39:48 +01:00

125 lines
4.2 KiB
JSON

{
"_args": [
[
"mongodb",
"/home/beppe/Github/yahooApi"
]
],
"_from": "mongodb@latest",
"_hasShrinkwrap": false,
"_id": "mongodb@3.1.13",
"_inCache": true,
"_installable": true,
"_location": "/mongodb",
"_nodeVersion": "8.15.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/mongodb_3.1.13_1548272001928_0.2889562950753297"
},
"_npmUser": {
"email": "mbroadst@gmail.com",
"name": "mbroadst"
},
"_npmVersion": "6.4.1",
"_phantomChildren": {},
"_requested": {
"name": "mongodb",
"raw": "mongodb",
"rawSpec": "",
"scope": null,
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#USER"
],
"_resolved": "https://registry.npmjs.org/mongodb/-/mongodb-3.1.13.tgz",
"_shasum": "f8cdcbb36ad7a08b570bd1271c8525753f75f9f4",
"_shrinkwrap": null,
"_spec": "mongodb",
"_where": "/home/beppe/Github/yahooApi",
"bugs": {
"url": "https://github.com/mongodb/node-mongodb-native/issues"
},
"dependencies": {
"mongodb-core": "3.1.11",
"safe-buffer": "^5.1.2"
},
"description": "The official MongoDB driver for Node.js",
"devDependencies": {
"bluebird": "3.5.0",
"bson": "^1.0.4",
"chai": "^4.1.1",
"chai-subset": "^1.6.0",
"co": "4.6.0",
"coveralls": "^2.11.6",
"eslint": "^4.5.0",
"eslint-plugin-prettier": "^2.2.0",
"istanbul": "^0.4.5",
"jsdoc": "3.5.5",
"lodash.camelcase": "^4.3.0",
"mocha-sinon": "^2.1.0",
"mongodb-extjson": "^2.1.1",
"mongodb-mock-server": "^1.0.0",
"mongodb-test-runner": "^1.1.18",
"prettier": "~1.12.0",
"semver": "^5.5.0",
"sinon": "^4.3.0",
"sinon-chai": "^3.2.0",
"standard-version": "^4.4.0",
"worker-farm": "^1.5.0"
},
"directories": {},
"dist": {
"fileCount": 36,
"integrity": "sha512-sz2dhvBZQWf3LRNDhbd30KHVzdjZx9IKC0L+kSZ/gzYquCF5zPOgGqRz6sSCqYZtKP2ekB4nfLxhGtzGHnIKxA==",
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcSMGCCRA9TVsSAnZWagAAYTMP/iEA7w+MqlwuPOQ8bKhA\n1bQ1Iw44ecfbRYXS2r963FUbkIgSDL1BEyMWZ6SGr5fK4XFMFCJJRAQIhBNB\nbwuclPEJd+R8pmbCYtHuMyI9kmzXMYEp+Q2uZqL74+0rHB7pVBb+PsB3HCZ0\nqVMoXbp0bRP2Se6/RD6l9s005rwNgQNyHN5f8Xof0nWj6TB6wodU3P/sXAG6\nJTUjfyuF5up6zBRb0ucQrQZusvGW2Pi9rX/T43ATS2HNcjrdpatUex1xwLil\nYPT2aV7r5Q8ouCGUOMfwdSyXUZkGUpr2xHJqLqG8JNzJXF6Ky8LltsEft3pj\n/RtRTi44IIqzQzaUpOJT0XIA8fpFy013zKQn4/SUI5ik7xZT1uEZgzxsS08D\nduyWmbahlzfcTfRF54mI99ekX78AHVyzodHDWnCTtcQBTkJ42sL0IPp/6tJp\nL7x3hUy2acNCAWz9xqZuLLR4mtp1SuQEiyD8QIkwrO5u/+y8dAleBOQKDoVt\neJ2zxnRUDOOmf70XsSwqhpm/22yoWRBPUKFCtrdUZmzYeSzshjJltVu2CdMi\nUzxSfsDLfUDQ2fswJiHDpFlpjEX9btk8m/rL+/YRCZsfLzUZrF3x2Os7DmUq\n44RFONMwZZ3ep8cCB1NwwZs6F2nYc2HNbaw7sDA8+JIwPFWB43TNU1FgNWmi\nn29F\r\n=pvyz\r\n-----END PGP SIGNATURE-----\r\n",
"shasum": "f8cdcbb36ad7a08b570bd1271c8525753f75f9f4",
"tarball": "https://registry.npmjs.org/mongodb/-/mongodb-3.1.13.tgz",
"unpackedSize": 784227
},
"engines": {
"node": ">=4"
},
"gitHead": "c6f417e5fe54691783bccc466e7703a5d380739e",
"homepage": "https://github.com/mongodb/node-mongodb-native",
"keywords": [
"driver",
"mongodb",
"official"
],
"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",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/mongodb/node-mongodb-native.git"
},
"scripts": {
"bench": "node test/driverBench/",
"coverage": "istanbul cover mongodb-test-runner -- -t 60000 test/unit test/functional",
"format": "prettier --print-width 100 --tab-width 2 --single-quote --write 'test/**/*.js' 'lib/**/*.js'",
"generate-evergreen": "node .evergreen/generate_evergreen_tasks.js",
"lint": "eslint lib test",
"release": "standard-version -i HISTORY.md",
"test": "npm run lint && mongodb-test-runner -t 60000 test/unit test/functional"
},
"version": "3.1.13"
}