Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 3.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. {
  2. "_from": "mongoose",
  3. "_id": "mongoose@5.4.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-zhfypQm63CPYHi43O/3lTcEPVucY3h6CqONbzreMKZIEXtwgkB9HCm4wn441Z9/CpM94G6/NA3wcaRb0N2kPYQ==",
  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-5.4.3.tgz",
  23. "_shasum": "9cbc689ca0c529c2d7dd5a84dcfbc9b041084367",
  24. "_spec": "mongoose",
  25. "_where": "D:\\Gitterra\\om",
  26. "author": {
  27. "name": "Guillermo Rauch",
  28. "email": "guillermo@learnboost.com"
  29. },
  30. "browser": "./browser.js",
  31. "bugs": {
  32. "url": "https://github.com/Automattic/mongoose/issues/new"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "async": "2.6.1",
  37. "bson": "~1.1.0",
  38. "kareem": "2.3.0",
  39. "mongodb": "3.1.10",
  40. "mongodb-core": "3.1.9",
  41. "mongoose-legacy-pluralize": "1.0.2",
  42. "mpath": "0.5.1",
  43. "mquery": "3.2.0",
  44. "ms": "2.0.0",
  45. "regexp-clone": "0.0.1",
  46. "safe-buffer": "5.1.2",
  47. "sliced": "1.0.1"
  48. },
  49. "deprecated": false,
  50. "description": "Mongoose MongoDB ODM",
  51. "devDependencies": {
  52. "acorn": "5.7.3",
  53. "acquit": "1.0.2",
  54. "acquit-ignore": "0.1.0",
  55. "acquit-require": "0.1.1",
  56. "babel-loader": "7.1.4",
  57. "babel-preset-es2015": "6.24.1",
  58. "benchmark": "2.1.2",
  59. "bluebird": "3.5.0",
  60. "chalk": "2.4.1",
  61. "co": "4.6.0",
  62. "dox": "0.3.1",
  63. "eslint": "5.3.0",
  64. "highlight.js": "9.1.0",
  65. "jade": "1.11.0",
  66. "lodash": "4.17.5",
  67. "markdown": "0.5.0",
  68. "marked": "0.3.9",
  69. "mocha": "5.2.0",
  70. "mongodb-topology-manager": "1.0.11",
  71. "mongoose-long": "0.2.1",
  72. "node-static": "0.7.10",
  73. "nyc": "11.8.0",
  74. "power-assert": "1.4.1",
  75. "promise-debug": "0.1.1",
  76. "q": "1.5.1",
  77. "semver": "5.5.0",
  78. "uuid": "2.0.3",
  79. "uuid-parse": "1.0.0",
  80. "validator": "10.8.0",
  81. "webpack": "4.16.4"
  82. },
  83. "directories": {
  84. "lib": "./lib/mongoose"
  85. },
  86. "engines": {
  87. "node": ">=4.0.0"
  88. },
  89. "eslintConfig": {
  90. "extends": [
  91. "eslint:recommended"
  92. ],
  93. "parserOptions": {
  94. "ecmaVersion": 2015
  95. },
  96. "env": {
  97. "node": true,
  98. "mocha": true,
  99. "es6": true
  100. },
  101. "rules": {
  102. "comma-style": "error",
  103. "consistent-this": [
  104. "error",
  105. "_this"
  106. ],
  107. "indent": [
  108. "error",
  109. 2,
  110. {
  111. "SwitchCase": 1,
  112. "VariableDeclarator": 2
  113. }
  114. ],
  115. "keyword-spacing": "error",
  116. "no-buffer-constructor": "warn",
  117. "no-console": "off",
  118. "no-multi-spaces": "error",
  119. "func-call-spacing": "error",
  120. "no-trailing-spaces": "error",
  121. "quotes": [
  122. "error",
  123. "single"
  124. ],
  125. "semi": "error",
  126. "space-before-blocks": "error",
  127. "space-before-function-paren": [
  128. "error",
  129. "never"
  130. ],
  131. "space-infix-ops": "error",
  132. "space-unary-ops": "error",
  133. "no-var": "warn",
  134. "prefer-const": "warn",
  135. "strict": [
  136. "error",
  137. "global"
  138. ]
  139. }
  140. },
  141. "homepage": "http://mongoosejs.com",
  142. "keywords": [
  143. "mongodb",
  144. "document",
  145. "model",
  146. "schema",
  147. "database",
  148. "odm",
  149. "data",
  150. "datastore",
  151. "query",
  152. "nosql",
  153. "orm",
  154. "db"
  155. ],
  156. "license": "MIT",
  157. "main": "./index.js",
  158. "name": "mongoose",
  159. "repository": {
  160. "type": "git",
  161. "url": "git://github.com/Automattic/mongoose.git"
  162. },
  163. "scripts": {
  164. "lint": "eslint .",
  165. "release": "git pull && git push origin master --tags && npm publish",
  166. "release-legacy": "git pull origin 4.x && git push origin 4.x --tags && npm publish --tag legacy",
  167. "test": "mocha --exit test/*.test.js test/**/*.test.js",
  168. "test-cov": "nyc --reporter=html --reporter=text npm test"
  169. },
  170. "version": "5.4.3"
  171. }