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

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