You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
91 lines
2.7 KiB
JSON
91 lines
2.7 KiB
JSON
5 years ago
|
{
|
||
|
"_from": "mongodb-core@3.2.7",
|
||
|
"_id": "mongodb-core@3.2.7",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-WypKdLxFNPOH/Jy6i9z47IjG2wIldA54iDZBmHMINcgKOUcWJh8og+Wix76oGd7EyYkHJKssQ2FAOw5Su/n4XQ==",
|
||
|
"_location": "/mongodb-core",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "version",
|
||
|
"registry": true,
|
||
|
"raw": "mongodb-core@3.2.7",
|
||
|
"name": "mongodb-core",
|
||
|
"escapedName": "mongodb-core",
|
||
|
"rawSpec": "3.2.7",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "3.2.7"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/mongodb"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/mongodb-core/-/mongodb-core-3.2.7.tgz",
|
||
|
"_shasum": "a8ef1fe764a192c979252dacbc600dc88d77e28f",
|
||
|
"_spec": "mongodb-core@3.2.7",
|
||
|
"_where": "/home/mwinter/www/unboundedpress/node_modules/mongodb",
|
||
|
"author": {
|
||
|
"name": "Christian Kvalheim"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/mongodb-js/mongodb-core/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"bson": "^1.1.1",
|
||
|
"require_optional": "^1.0.1",
|
||
|
"safe-buffer": "^5.1.2",
|
||
|
"saslprep": "^1.0.0"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Core MongoDB driver functionality, no bells and whistles and meant for integration not end applications",
|
||
|
"devDependencies": {
|
||
|
"chai": "^4.2.0",
|
||
|
"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.1",
|
||
|
"mongodb-test-runner": "^1.3.4",
|
||
|
"prettier": "~1.12.0",
|
||
|
"sinon": "^6.0.0",
|
||
|
"snappy": "^6.1.1",
|
||
|
"standard-version": "^4.4.0"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.js",
|
||
|
"lib"
|
||
|
],
|
||
|
"homepage": "https://github.com/mongodb-js/mongodb-core",
|
||
|
"keywords": [
|
||
|
"mongodb",
|
||
|
"core"
|
||
|
],
|
||
|
"license": "Apache-2.0",
|
||
|
"main": "index.js",
|
||
|
"name": "mongodb-core",
|
||
|
"optionalDependencies": {
|
||
|
"saslprep": "^1.0.0"
|
||
|
},
|
||
|
"peerOptionalDependencies": {
|
||
|
"kerberos": "^1.0.0",
|
||
|
"mongodb-extjson": "^2.1.2",
|
||
|
"snappy": "^6.1.1",
|
||
|
"bson-ext": "^2.0.0"
|
||
|
},
|
||
|
"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.2.7"
|
||
|
}
|