Refactoring day1

This commit is contained in:
2020-08-20 20:27:14 +02:00
parent 6aceefeb2f
commit b907489a75
481 changed files with 5321 additions and 5616 deletions

10
node_modules/mongodb/package.json generated vendored
View File

@@ -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"
}