package.json 3.7 KB

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