package.json 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. {
  2. "_from": "mongodb@4.3.1",
  3. "_id": "mongodb@4.3.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-sNa8APSIk+r4x31ZwctKjuPSaeKuvUeNb/fu/3B6dRM02HpEgig7hTHM8A/PJQTlxuC/KFWlDlQjhsk/S43tBg==",
  6. "_location": "/mongodb",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "mongodb@4.3.1",
  12. "name": "mongodb",
  13. "escapedName": "mongodb",
  14. "rawSpec": "4.3.1",
  15. "saveSpec": null,
  16. "fetchSpec": "4.3.1"
  17. },
  18. "_requiredBy": [
  19. "/mongoose"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/mongodb/-/mongodb-4.3.1.tgz",
  22. "_shasum": "e346f76e421ec6f47ddea5c8f5140e6181aaeb94",
  23. "_spec": "mongodb@4.3.1",
  24. "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server\\node_modules\\mongoose",
  25. "author": {
  26. "name": "The MongoDB NodeJS Team",
  27. "email": "dbx-node@mongodb.com"
  28. },
  29. "bugs": {
  30. "url": "https://jira.mongodb.org/projects/NODE/issues/"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "bson": "^4.6.1",
  35. "denque": "^2.0.1",
  36. "mongodb-connection-string-url": "^2.4.1",
  37. "saslprep": "^1.0.3",
  38. "socks": "^2.6.1"
  39. },
  40. "deprecated": false,
  41. "description": "The official MongoDB driver for Node.js",
  42. "devDependencies": {
  43. "@istanbuljs/nyc-config-typescript": "^1.0.2",
  44. "@microsoft/api-extractor": "^7.19.4",
  45. "@microsoft/tsdoc-config": "^0.15.2",
  46. "@types/chai": "^4.3.0",
  47. "@types/chai-subset": "^1.3.3",
  48. "@types/kerberos": "^1.1.1",
  49. "@types/mocha": "^9.0.0",
  50. "@types/node": "^17.0.10",
  51. "@types/saslprep": "^1.0.1",
  52. "@types/semver": "^7.3.9",
  53. "@types/sinon": "^10.0.6",
  54. "@types/whatwg-url": "^8.2.1",
  55. "@typescript-eslint/eslint-plugin": "^5.10.0",
  56. "@typescript-eslint/parser": "^5.10.0",
  57. "bluebird": "^3.7.2",
  58. "chai": "^4.3.4",
  59. "chai-subset": "^1.6.0",
  60. "chalk": "^4.1.2",
  61. "downlevel-dts": "^0.8.0",
  62. "eslint": "^8.7.0",
  63. "eslint-config-prettier": "^8.3.0",
  64. "eslint-plugin-import": "^2.25.4",
  65. "eslint-plugin-prettier": "^4.0.0",
  66. "eslint-plugin-simple-import-sort": "^7.0.0",
  67. "eslint-plugin-tsdoc": "^0.2.14",
  68. "js-yaml": "^4.1.0",
  69. "lodash.camelcase": "^4.3.0",
  70. "mocha": "^9.1.4",
  71. "mocha-sinon": "^2.1.2",
  72. "nyc": "^15.1.0",
  73. "prettier": "^2.5.1",
  74. "rimraf": "^3.0.2",
  75. "semver": "^7.3.5",
  76. "sinon": "^12.0.1",
  77. "sinon-chai": "^3.7.0",
  78. "source-map-support": "^0.5.21",
  79. "standard-version": "^9.3.2",
  80. "ts-node": "^10.4.0",
  81. "tsd": "^0.19.1",
  82. "typescript": "^4.5.4",
  83. "typescript-cached-transpile": "^0.0.6",
  84. "xml2js": "^0.4.23",
  85. "yargs": "^17.3.1"
  86. },
  87. "engines": {
  88. "node": ">=12.9.0"
  89. },
  90. "files": [
  91. "lib",
  92. "src",
  93. "etc/prepare.js",
  94. "mongodb.d.ts",
  95. "mongodb.ts34.d.ts"
  96. ],
  97. "homepage": "https://github.com/mongodb/node-mongodb-native",
  98. "keywords": [
  99. "mongodb",
  100. "driver",
  101. "official"
  102. ],
  103. "license": "Apache-2.0",
  104. "main": "lib/index.js",
  105. "name": "mongodb",
  106. "optionalDependencies": {
  107. "saslprep": "^1.0.3"
  108. },
  109. "repository": {
  110. "type": "git",
  111. "url": "git+ssh://git@github.com/mongodb/node-mongodb-native.git"
  112. },
  113. "scripts": {
  114. "build:docs": "typedoc",
  115. "build:dts": "npm run build:ts && api-extractor run && rimraf 'lib/**/*.d.ts*' && downlevel-dts mongodb.d.ts mongodb.ts34.d.ts",
  116. "build:evergreen": "node .evergreen/generate_evergreen_tasks.js",
  117. "build:ts": "rimraf lib && ./node_modules/typescript/bin/tsc",
  118. "check:adl": "mocha --file test/tools/runner test/manual/data_lake.test.js",
  119. "check:atlas": "mocha --config \"test/manual/mocharc.json\" test/manual/atlas_connectivity.test.js",
  120. "check:aws": "mocha --file test/tools/runner test/integration/auth/mongodb_aws.test.js",
  121. "check:bench": "node test/benchmarks/driverBench",
  122. "check:coverage": "nyc npm run test:all",
  123. "check:csfle": "mocha --file test/tools/runner test/integration/client-side-encryption",
  124. "check:dts": "./node_modules/typescript/bin/tsc --noEmit mongodb.d.ts && tsd",
  125. "check:eslint": "eslint -v && eslint --max-warnings=0 --ext '.js,.ts' src test",
  126. "check:kerberos": "mocha --config \"test/manual/mocharc.json\" test/manual/kerberos.test.js",
  127. "check:ldap": "mocha --config \"test/manual/mocharc.json\" test/manual/ldap.test.js",
  128. "check:lint": "npm run build:dts && npm run check:dts && npm run check:eslint && npm run check:tsd",
  129. "check:ocsp": "mocha --config \"test/manual/mocharc.json\" test/manual/ocsp_support.test.js",
  130. "check:snappy": "mocha test/unit/assorted/snappy.test.js",
  131. "check:socks5": "mocha --config \"test/manual/mocharc.json\" test/manual/socks5.test.ts",
  132. "check:test": "mocha --file test/tools/runner test/integration",
  133. "check:tls": "mocha --config \"test/manual/mocharc.json\" test/manual/tls_support.test.js",
  134. "check:ts": "./node_modules/typescript/bin/tsc -v && ./node_modules/typescript/bin/tsc --noEmit",
  135. "check:tsd": "tsd --version && tsd",
  136. "check:unit": "mocha test/unit/",
  137. "prepare": "node etc/prepare.js",
  138. "release": "standard-version -i HISTORY.md",
  139. "test": "npm run check:lint && npm run test:all",
  140. "test:all": "npm run check:unit && npm run check:test"
  141. },
  142. "tsd": {
  143. "directory": "test/types",
  144. "compilerOptions": {
  145. "strict": true,
  146. "target": "esnext",
  147. "module": "commonjs",
  148. "moduleResolution": "node"
  149. }
  150. },
  151. "types": "mongodb.d.ts",
  152. "typesVersions": {
  153. "<=4.0.2": {
  154. "mongodb.d.ts": [
  155. "mongodb.ts34.d.ts"
  156. ]
  157. }
  158. },
  159. "version": "4.3.1"
  160. }