package.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. {
  2. "_from": "mongoose",
  3. "_id": "mongoose@6.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-VxY1wvlc4uBQKyKNVDoEkTU3/ayFOD//qVXYP+sFyvTRbAj9/M53UWTERd84pWogs2TqAC6DTvZbxCs2LoOd3Q==",
  6. "_location": "/mongoose",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "mongoose",
  12. "name": "mongoose",
  13. "escapedName": "mongoose",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.2.1.tgz",
  23. "_shasum": "5791f46336f785080259c007ec16ad42e606e2ee",
  24. "_spec": "mongoose",
  25. "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server",
  26. "author": {
  27. "name": "Guillermo Rauch",
  28. "email": "guillermo@learnboost.com"
  29. },
  30. "browser": "./dist/browser.umd.js",
  31. "bugs": {
  32. "url": "https://github.com/Automattic/mongoose/issues/new"
  33. },
  34. "bundleDependencies": false,
  35. "config": {
  36. "mongodbMemoryServer": {
  37. "disablePostinstall": true
  38. }
  39. },
  40. "dependencies": {
  41. "bson": "^4.2.2",
  42. "kareem": "2.3.3",
  43. "mongodb": "4.3.1",
  44. "mpath": "0.8.4",
  45. "mquery": "4.0.2",
  46. "ms": "2.1.2",
  47. "sift": "13.5.2"
  48. },
  49. "deprecated": false,
  50. "description": "Mongoose MongoDB ODM",
  51. "devDependencies": {
  52. "@babel/core": "7.10.5",
  53. "@babel/preset-env": "7.10.4",
  54. "@typescript-eslint/eslint-plugin": "5.8.0",
  55. "@typescript-eslint/parser": "5.8.0",
  56. "acquit": "1.x",
  57. "acquit-ignore": "0.1.x",
  58. "acquit-require": "0.1.x",
  59. "babel-loader": "8.1.0",
  60. "benchmark": "2.1.4",
  61. "bluebird": "3.7.2",
  62. "cheerio": "1.0.0-rc.5",
  63. "dox": "0.3.1",
  64. "eslint": "8.5.0",
  65. "eslint-plugin-mocha-no-only": "1.1.0",
  66. "highlight.js": "9.18.3",
  67. "js-yaml": "4.1.0",
  68. "lodash.isequal": "4.5.0",
  69. "lodash.isequalwith": "4.4.0",
  70. "marked": "2.1.3",
  71. "mkdirp": "0.5.5",
  72. "mocha": "9.2.0",
  73. "moment": "2.x",
  74. "mongodb-memory-server": "^8.2.0",
  75. "nyc": "^15.1.0",
  76. "pug": "3.0.2",
  77. "q": "1.5.1",
  78. "rimraf": "2.6.3",
  79. "serve-handler": "6.1.3",
  80. "tsd": "0.19.1",
  81. "typescript": "4.5.3",
  82. "uuid": "8.3.2",
  83. "webpack": "4.44.1"
  84. },
  85. "directories": {
  86. "lib": "./lib/mongoose"
  87. },
  88. "engines": {
  89. "node": ">=12.0.0"
  90. },
  91. "funding": {
  92. "type": "opencollective",
  93. "url": "https://opencollective.com/mongoose"
  94. },
  95. "homepage": "https://mongoosejs.com",
  96. "keywords": [
  97. "mongodb",
  98. "document",
  99. "model",
  100. "schema",
  101. "database",
  102. "odm",
  103. "data",
  104. "datastore",
  105. "query",
  106. "nosql",
  107. "orm",
  108. "db"
  109. ],
  110. "license": "MIT",
  111. "main": "./index.js",
  112. "mocha": {
  113. "extension": [
  114. "test.js"
  115. ],
  116. "watch-files": [
  117. "test/**/*.js"
  118. ]
  119. },
  120. "name": "mongoose",
  121. "repository": {
  122. "type": "git",
  123. "url": "git://github.com/Automattic/mongoose.git"
  124. },
  125. "scripts": {
  126. "build-browser": "node build-browser.js",
  127. "lint": "eslint .",
  128. "mongo": "node ./tools/repl.js",
  129. "prepublishOnly": "npm run build-browser",
  130. "release": "git pull && git push origin master --tags && npm publish",
  131. "release-legacy": "git pull origin 5.x && git push origin 5.x --tags && npm publish --tag legacy",
  132. "sym-link-mongoose": "npm link && npm link mongoose",
  133. "tdd": "mocha ./test/*.test.js ./test/typescript/main.test.js --inspect --watch --recursive --watch-files ./**/*.js",
  134. "test": "mocha --exit ./test/*.test.js",
  135. "test-coverage": "nyc --reporter=html --reporter=text npm test",
  136. "test-tsd": "tsd"
  137. },
  138. "tsd": {
  139. "directory": "test/types",
  140. "compilerOptions": {
  141. "esModuleInterop": false,
  142. "strict": true,
  143. "allowSyntheticDefaultImports": true,
  144. "strictPropertyInitialization": false,
  145. "noImplicitAny": false,
  146. "module": "commonjs",
  147. "target": "ES2017"
  148. }
  149. },
  150. "types": "./types/index.d.ts",
  151. "version": "6.2.1"
  152. }