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 4.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. {
  2. "_from": "mongoose@^5.6.2",
  3. "_id": "mongoose@5.6.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-s2FQn/XTlM/yeYxqNPGU8khSA1nPhGiESO7iLdFf8Ntn6lEwgO9KKOIGkRKPk5s+peAOwO34ex6NPX8EWtKgFA==",
  6. "_location": "/mongoose",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "mongoose@^5.6.2",
  12. "name": "mongoose",
  13. "escapedName": "mongoose",
  14. "rawSpec": "^5.6.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.6.2"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.6.2.tgz",
  22. "_shasum": "71afc80bc27462a5fd12644db490c2c5b053646a",
  23. "_spec": "mongoose@^5.6.2",
  24. "_where": "/home/erik/Documents/workspace_brackets/a1_BME_Project_Ohm/om",
  25. "author": {
  26. "name": "Guillermo Rauch",
  27. "email": "guillermo@learnboost.com"
  28. },
  29. "browser": "./browser.js",
  30. "bugs": {
  31. "url": "https://github.com/Automattic/mongoose/issues/new"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "async": "2.6.2",
  36. "bson": "~1.1.1",
  37. "kareem": "2.3.0",
  38. "mongodb": "3.2.7",
  39. "mongodb-core": "3.2.7",
  40. "mongoose-legacy-pluralize": "1.0.2",
  41. "mpath": "0.6.0",
  42. "mquery": "3.2.1",
  43. "ms": "2.1.2",
  44. "regexp-clone": "1.0.0",
  45. "safe-buffer": "5.1.2",
  46. "sift": "7.0.1",
  47. "sliced": "1.0.1"
  48. },
  49. "deprecated": false,
  50. "description": "Mongoose MongoDB ODM",
  51. "devDependencies": {
  52. "acorn": "5.7.3",
  53. "acquit": "1.x",
  54. "acquit-ignore": "0.1.x",
  55. "acquit-require": "0.1.x",
  56. "babel-loader": "7.1.4",
  57. "babel-preset-es2015": "6.24.1",
  58. "benchmark": "2.1.4",
  59. "bluebird": "3.5.5",
  60. "chalk": "2.4.2",
  61. "cheerio": "1.0.0-rc.2",
  62. "co": "4.6.0",
  63. "dox": "0.3.1",
  64. "eslint": "5.16.0",
  65. "highlight.js": "9.1.0",
  66. "lodash": "4.17.11",
  67. "markdown": "0.5.0",
  68. "marked": "0.6.2",
  69. "mocha": "5.x",
  70. "moment": "2.x",
  71. "mongodb-topology-manager": "1.0.11",
  72. "mongoose-long": "0.2.1",
  73. "node-static": "0.7.11",
  74. "nyc": "11.8.0",
  75. "object-sizeof": "1.3.0",
  76. "promise-debug": "0.1.1",
  77. "pug": "2.0.3",
  78. "q": "1.5.1",
  79. "semver": "5.5.0",
  80. "uuid": "2.0.3",
  81. "uuid-parse": "1.0.0",
  82. "validator": "10.8.0",
  83. "webpack": "4.16.4"
  84. },
  85. "directories": {
  86. "lib": "./lib/mongoose"
  87. },
  88. "engines": {
  89. "node": ">=4.0.0"
  90. },
  91. "eslintConfig": {
  92. "extends": [
  93. "eslint:recommended"
  94. ],
  95. "parserOptions": {
  96. "ecmaVersion": 2015
  97. },
  98. "env": {
  99. "node": true,
  100. "es6": true
  101. },
  102. "rules": {
  103. "comma-style": "error",
  104. "consistent-this": [
  105. "error",
  106. "_this"
  107. ],
  108. "indent": [
  109. "error",
  110. 2,
  111. {
  112. "SwitchCase": 1,
  113. "VariableDeclarator": 2
  114. }
  115. ],
  116. "keyword-spacing": "error",
  117. "no-buffer-constructor": "warn",
  118. "no-console": "off",
  119. "no-multi-spaces": "error",
  120. "func-call-spacing": "error",
  121. "no-trailing-spaces": "error",
  122. "quotes": [
  123. "error",
  124. "single"
  125. ],
  126. "semi": "error",
  127. "space-before-blocks": "error",
  128. "space-before-function-paren": [
  129. "error",
  130. "never"
  131. ],
  132. "space-infix-ops": "error",
  133. "space-unary-ops": "error",
  134. "no-var": "warn",
  135. "prefer-const": "warn",
  136. "strict": [
  137. "error",
  138. "global"
  139. ],
  140. "no-restricted-globals": [
  141. "error",
  142. {
  143. "name": "context",
  144. "message": "Don't use Mocha's global context"
  145. }
  146. ]
  147. }
  148. },
  149. "homepage": "http://mongoosejs.com",
  150. "keywords": [
  151. "mongodb",
  152. "document",
  153. "model",
  154. "schema",
  155. "database",
  156. "odm",
  157. "data",
  158. "datastore",
  159. "query",
  160. "nosql",
  161. "orm",
  162. "db"
  163. ],
  164. "license": "MIT",
  165. "main": "./index.js",
  166. "name": "mongoose",
  167. "repository": {
  168. "type": "git",
  169. "url": "git://github.com/Automattic/mongoose.git"
  170. },
  171. "scripts": {
  172. "lint": "eslint .",
  173. "release": "git pull && git push origin master --tags && npm publish",
  174. "release-legacy": "git pull origin 4.x && git push origin 4.x --tags && npm publish --tag legacy",
  175. "test": "mocha --exit test/*.test.js test/**/*.test.js",
  176. "test-cov": "nyc --reporter=html --reporter=text npm test"
  177. },
  178. "version": "5.6.2"
  179. }