Refactoring day1
This commit is contained in:
10
node_modules/mongodb/package.json
generated
vendored
10
node_modules/mongodb/package.json
generated
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mongodb",
|
||||
"version": "3.6.0",
|
||||
"version": "3.5.9",
|
||||
"description": "The official MongoDB driver for Node.js",
|
||||
"main": "index.js",
|
||||
"files": [
|
||||
@@ -64,7 +64,7 @@
|
||||
"url": "https://github.com/mongodb/node-mongodb-native/issues"
|
||||
},
|
||||
"scripts": {
|
||||
"atlas": "mocha --opts '{}' ./test/manual/atlas_connectivity.test.js",
|
||||
"atlas": "node ./test/tools/atlas_connectivity_tests.js",
|
||||
"test": "npm run lint && mocha --recursive test/functional test/unit test/core",
|
||||
"test-nolint": "mocha --recursive test/functional test/unit test/core",
|
||||
"coverage": "istanbul cover mongodb-test-runner -- -t 60000 test/core test/unit test/functional",
|
||||
@@ -78,4 +78,8 @@
|
||||
"optionalDependencies": {
|
||||
"saslprep": "^1.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
,"_resolved": "https://registry.npmjs.org/mongodb/-/mongodb-3.5.9.tgz"
|
||||
,"_integrity": "sha512-vXHBY1CsGYcEPoVWhwgxIBeWqP3dSu9RuRDsoLRPTITrcrgm1f0Ubu1xqF9ozMwv53agmEiZm0YGo+7WL3Nbug=="
|
||||
,"_from": "mongodb@3.5.9"
|
||||
}
|
||||
Reference in New Issue
Block a user