package.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. {
  2. "_from": "mongodb",
  3. "_id": "mongodb@3.6.8",
  4. "_inBundle": false,
  5. "_integrity": "sha512-sDjJvI73WjON1vapcbyBD3Ao9/VN3TKYY8/QX9EPbs22KaCSrQ5rXo5ZZd44tWJ3wl3FlnrFZ+KyUtNH6+1ZPQ==",
  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.6.8.tgz",
  23. "_shasum": "3e2632af81915b3ff99b7681121ca0895e8ed407",
  24. "_spec": "mongodb",
  25. "_where": "/home/pvvvm505/Документы/Project/Back",
  26. "bugs": {
  27. "url": "https://github.com/mongodb/node-mongodb-native/issues"
  28. },
  29. "bundleDependencies": false,
  30. "dependencies": {
  31. "bl": "^2.2.1",
  32. "bson": "^1.1.4",
  33. "denque": "^1.4.1",
  34. "optional-require": "^1.0.3",
  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. "@types/chai": "^4.2.16",
  42. "@types/mocha": "^8.2.2",
  43. "@types/node": "^14.14.37",
  44. "array-includes": "^3.1.3",
  45. "chai": "^4.1.1",
  46. "chai-subset": "^1.6.0",
  47. "chalk": "^2.4.2",
  48. "co": "4.6.0",
  49. "eslint": "^7.10.0",
  50. "eslint-config-prettier": "^6.11.0",
  51. "eslint-plugin-es": "^3.0.1",
  52. "eslint-plugin-prettier": "^3.1.3",
  53. "jsdoc": "^3.5.5",
  54. "lodash.camelcase": "^4.3.0",
  55. "mocha": "5.2.0",
  56. "mocha-sinon": "^2.1.0",
  57. "mongodb-extjson": "^2.1.1",
  58. "mongodb-mock-server": "^1.0.1",
  59. "nyc": "^15.1.0",
  60. "object.entries": "^1.1.3",
  61. "prettier": "^1.19.1",
  62. "semver": "^5.5.0",
  63. "sinon": "^4.3.0",
  64. "sinon-chai": "^3.2.0",
  65. "snappy": "^6.3.4",
  66. "spec-xunit-file": "0.0.1-3",
  67. "standard-version": "^9.2.0",
  68. "tslib": "^2.2.0",
  69. "typescript": "^4.2.4",
  70. "util.promisify": "^1.0.1",
  71. "worker-farm": "^1.5.0",
  72. "wtfnode": "^0.8.0",
  73. "yargs": "^14.2.0"
  74. },
  75. "engines": {
  76. "node": ">=4"
  77. },
  78. "files": [
  79. "index.js",
  80. "lib"
  81. ],
  82. "homepage": "https://github.com/mongodb/node-mongodb-native",
  83. "keywords": [
  84. "mongodb",
  85. "driver",
  86. "official"
  87. ],
  88. "license": "Apache-2.0",
  89. "main": "index.js",
  90. "name": "mongodb",
  91. "optionalDependencies": {
  92. "saslprep": "^1.0.0"
  93. },
  94. "peerDependenciesMeta": {
  95. "kerberos": {
  96. "optional": true
  97. },
  98. "mongodb-client-encryption": {
  99. "optional": true
  100. },
  101. "mongodb-extjson": {
  102. "optional": true
  103. },
  104. "snappy": {
  105. "optional": true
  106. },
  107. "bson-ext": {
  108. "optional": true
  109. },
  110. "aws4": {
  111. "optional": true
  112. }
  113. },
  114. "repository": {
  115. "type": "git",
  116. "url": "git+ssh://git@github.com/mongodb/node-mongodb-native.git"
  117. },
  118. "scripts": {
  119. "build:evergreen": "node .evergreen/generate_evergreen_tasks.js",
  120. "build:unified": "tsc -p test/functional/unified-spec-runner/tsconfig.unified.json",
  121. "check:atlas": "mocha --opts '{}' ./test/manual/atlas_connectivity.test.js",
  122. "check:bench": "node test/benchmarks/driverBench/",
  123. "check:coverage": "nyc npm run check:test",
  124. "check:kerberos": "mocha --opts '{}' -t 60000 test/manual/kerberos.test.js",
  125. "check:ldap": "mocha --opts '{}' test/manual/ldap.test.js",
  126. "check:lint": "eslint -v && eslint lib test",
  127. "check:test": "mocha --recursive test/functional test/unit",
  128. "check:tls": "mocha --opts '{}' test/manual/tls_support.test.js",
  129. "format": "npm run check:lint -- --fix",
  130. "release": "standard-version -i HISTORY.md",
  131. "test": "npm run lint && mocha --recursive test/functional test/unit"
  132. },
  133. "version": "3.6.8"
  134. }