package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_from": "mongodb",
  3. "_id": "mongodb@3.5.7",
  4. "_inBundle": false,
  5. "_integrity": "sha512-lMtleRT+vIgY/JhhTn1nyGwnSMmJkJELp+4ZbrjctrnBxuLbj6rmLuJFz8W2xUzUqWmqoyVxJLYuC58ZKpcTYQ==",
  6. "_location": "/mongodb",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "mongodb",
  12. "name": "mongodb",
  13. "escapedName": "mongodb",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/mongodb/-/mongodb-3.5.7.tgz",
  23. "_shasum": "6dcfff3bdbf67a53263dcca1647c265eea1d065d",
  24. "_spec": "mongodb",
  25. "_where": "D:\\a-level\\javascript\\homework\\chat-server",
  26. "bugs": {
  27. "url": "https://github.com/mongodb/node-mongodb-native/issues"
  28. },
  29. "bundleDependencies": false,
  30. "dependencies": {
  31. "bl": "^2.2.0",
  32. "bson": "^1.1.4",
  33. "denque": "^1.4.1",
  34. "require_optional": "^1.0.1",
  35. "safe-buffer": "^5.1.2",
  36. "saslprep": "^1.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "The official MongoDB driver for Node.js",
  40. "devDependencies": {
  41. "chai": "^4.1.1",
  42. "chai-subset": "^1.6.0",
  43. "chalk": "^2.4.2",
  44. "co": "4.6.0",
  45. "coveralls": "^2.11.6",
  46. "eslint": "^4.5.0",
  47. "eslint-plugin-prettier": "^2.2.0",
  48. "istanbul": "^0.4.5",
  49. "jsdoc": "3.5.5",
  50. "lodash.camelcase": "^4.3.0",
  51. "mocha": "5.2.0",
  52. "mocha-sinon": "^2.1.0",
  53. "mongodb-extjson": "^2.1.1",
  54. "mongodb-mock-server": "^1.0.1",
  55. "prettier": "^1.19.1",
  56. "semver": "^5.5.0",
  57. "sinon": "^4.3.0",
  58. "sinon-chai": "^3.2.0",
  59. "snappy": "^6.3.4",
  60. "standard-version": "^4.4.0",
  61. "util.promisify": "^1.0.1",
  62. "worker-farm": "^1.5.0",
  63. "wtfnode": "^0.8.0",
  64. "yargs": "^14.2.0"
  65. },
  66. "engines": {
  67. "node": ">=4"
  68. },
  69. "files": [
  70. "index.js",
  71. "lib"
  72. ],
  73. "homepage": "https://github.com/mongodb/node-mongodb-native",
  74. "keywords": [
  75. "mongodb",
  76. "driver",
  77. "official"
  78. ],
  79. "license": "Apache-2.0",
  80. "main": "index.js",
  81. "name": "mongodb",
  82. "optionalDependencies": {
  83. "saslprep": "^1.0.0"
  84. },
  85. "peerOptionalDependencies": {
  86. "kerberos": "^1.1.0",
  87. "mongodb-client-encryption": "^1.0.0",
  88. "mongodb-extjson": "^2.1.2",
  89. "snappy": "^6.3.4",
  90. "bson-ext": "^2.0.0"
  91. },
  92. "repository": {
  93. "type": "git",
  94. "url": "git+ssh://git@github.com/mongodb/node-mongodb-native.git"
  95. },
  96. "scripts": {
  97. "atlas": "node ./test/tools/atlas_connectivity_tests.js",
  98. "bench": "node test/benchmarks/driverBench/",
  99. "coverage": "istanbul cover mongodb-test-runner -- -t 60000 test/core test/unit test/functional",
  100. "format": "prettier --print-width 100 --tab-width 2 --single-quote --write 'test/**/*.js' 'lib/**/*.js'",
  101. "generate-evergreen": "node .evergreen/generate_evergreen_tasks.js",
  102. "lint": "eslint lib test",
  103. "release": "standard-version -i HISTORY.md",
  104. "test": "npm run lint && mocha --recursive test/functional test/unit test/core",
  105. "test-nolint": "mocha --recursive test/functional test/unit test/core"
  106. },
  107. "version": "3.5.7"
  108. }