package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_from": "mongodb@*",
  3. "_id": "mongodb@3.2.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-jw8UyPsq4QleZ9z+t/pIVy3L++51vKdaJ2Q/XXeYxk/3cnKioAH8H6f5tkkDivrQL4PUgUOHe9uZzkpRFH1XtQ==",
  6. "_location": "/mongodb",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "mongodb@*",
  12. "name": "mongodb",
  13. "escapedName": "mongodb",
  14. "rawSpec": "*",
  15. "saveSpec": null,
  16. "fetchSpec": "*"
  17. },
  18. "_requiredBy": [
  19. "/",
  20. "/mongoose"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/mongodb/-/mongodb-3.2.3.tgz",
  23. "_shasum": "4610ee33d300caa74329c2dd03e137210723cd91",
  24. "_spec": "mongodb@*",
  25. "_where": "C:\\Users\\Mehdi\\Documents\\P_Tech\\Login-Register",
  26. "bugs": {
  27. "url": "https://github.com/mongodb/node-mongodb-native/issues"
  28. },
  29. "bundleDependencies": false,
  30. "dependencies": {
  31. "mongodb-core": "^3.2.3",
  32. "safe-buffer": "^5.1.2"
  33. },
  34. "deprecated": false,
  35. "description": "The official MongoDB driver for Node.js",
  36. "devDependencies": {
  37. "bluebird": "3.5.0",
  38. "bson": "^1.0.4",
  39. "chai": "^4.1.1",
  40. "chai-subset": "^1.6.0",
  41. "co": "4.6.0",
  42. "coveralls": "^2.11.6",
  43. "eslint": "^4.5.0",
  44. "eslint-plugin-prettier": "^2.2.0",
  45. "istanbul": "^0.4.5",
  46. "jsdoc": "3.5.5",
  47. "lodash.camelcase": "^4.3.0",
  48. "mocha-sinon": "^2.1.0",
  49. "mongodb-extjson": "^2.1.1",
  50. "mongodb-mock-server": "^1.0.1",
  51. "mongodb-test-runner": "^1.1.18",
  52. "prettier": "~1.12.0",
  53. "semver": "^5.5.0",
  54. "sinon": "^4.3.0",
  55. "sinon-chai": "^3.2.0",
  56. "standard-version": "^4.4.0",
  57. "worker-farm": "^1.5.0"
  58. },
  59. "engines": {
  60. "node": ">=4"
  61. },
  62. "files": [
  63. "index.js",
  64. "lib"
  65. ],
  66. "homepage": "https://github.com/mongodb/node-mongodb-native",
  67. "keywords": [
  68. "mongodb",
  69. "driver",
  70. "official"
  71. ],
  72. "license": "Apache-2.0",
  73. "main": "index.js",
  74. "name": "mongodb",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+ssh://git@github.com/mongodb/node-mongodb-native.git"
  78. },
  79. "scripts": {
  80. "atlas": "node ./test/atlas_connectivity_tests.js",
  81. "bench": "node test/driverBench/",
  82. "coverage": "istanbul cover mongodb-test-runner -- -t 60000 test/unit test/functional",
  83. "format": "prettier --print-width 100 --tab-width 2 --single-quote --write 'test/**/*.js' 'lib/**/*.js'",
  84. "generate-evergreen": "node .evergreen/generate_evergreen_tasks.js",
  85. "lint": "eslint lib test",
  86. "release": "standard-version -i HISTORY.md",
  87. "test": "npm run lint && mongodb-test-runner -t 60000 test/unit test/functional"
  88. },
  89. "version": "3.2.3"
  90. }