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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "_from": "mquery@3.2.1",
  3. "_id": "mquery@3.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-kY/K8QToZWTTocm0U+r8rqcJCp5PRl6e8tPmoDs5OeSO3DInZE2rAL6AYH+V406JTo8305LdASOQcxRDqHojyw==",
  6. "_location": "/mquery",
  7. "_phantomChildren": {
  8. "ms": "2.0.0"
  9. },
  10. "_requested": {
  11. "type": "version",
  12. "registry": true,
  13. "raw": "mquery@3.2.1",
  14. "name": "mquery",
  15. "escapedName": "mquery",
  16. "rawSpec": "3.2.1",
  17. "saveSpec": null,
  18. "fetchSpec": "3.2.1"
  19. },
  20. "_requiredBy": [
  21. "/mongoose"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/mquery/-/mquery-3.2.1.tgz",
  24. "_shasum": "8b059a49cdae0a8a9e804284ef64c2f58d3ac05d",
  25. "_spec": "mquery@3.2.1",
  26. "_where": "/home/erik/Documents/workspace_brackets/a1_BME_Project_Ohm/om/node_modules/mongoose",
  27. "author": {
  28. "name": "Aaron Heckmann",
  29. "email": "aaron.heckmann+github@gmail.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/aheckmann/mquery/issues/new"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "bluebird": "3.5.1",
  37. "debug": "3.1.0",
  38. "regexp-clone": "^1.0.0",
  39. "safe-buffer": "5.1.2",
  40. "sliced": "1.0.1"
  41. },
  42. "deprecated": false,
  43. "description": "Expressive query building for MongoDB",
  44. "devDependencies": {
  45. "eslint": "^5.16.0",
  46. "istanbul": "^0.4.5",
  47. "mocha": "4.1.0",
  48. "mongodb": "3.1.1"
  49. },
  50. "engines": {
  51. "node": ">=4.0.0"
  52. },
  53. "eslintConfig": {
  54. "env": {
  55. "node": true,
  56. "mocha": true,
  57. "es6": false
  58. },
  59. "extends": "eslint:recommended",
  60. "parserOptions": {
  61. "ecmaVersion": 5
  62. },
  63. "rules": {
  64. "comma-style": "error",
  65. "consistent-this": [
  66. "error",
  67. "_this"
  68. ],
  69. "indent": [
  70. "error",
  71. 2,
  72. {
  73. "SwitchCase": 1,
  74. "VariableDeclarator": 2
  75. }
  76. ],
  77. "keyword-spacing": "error",
  78. "no-console": "off",
  79. "no-multi-spaces": "error",
  80. "func-call-spacing": "error",
  81. "no-trailing-spaces": "error",
  82. "quotes": [
  83. "error",
  84. "single"
  85. ],
  86. "semi": "error",
  87. "space-before-blocks": "error",
  88. "space-before-function-paren": [
  89. "error",
  90. "never"
  91. ],
  92. "space-infix-ops": "error",
  93. "space-unary-ops": "error"
  94. }
  95. },
  96. "homepage": "https://github.com/aheckmann/mquery/",
  97. "keywords": [
  98. "mongodb",
  99. "query",
  100. "builder"
  101. ],
  102. "license": "MIT",
  103. "main": "lib/mquery.js",
  104. "name": "mquery",
  105. "repository": {
  106. "type": "git",
  107. "url": "git://github.com/aheckmann/mquery.git"
  108. },
  109. "scripts": {
  110. "fix-lint": "eslint . --fix",
  111. "lint": "eslint .",
  112. "test": "mocha test/index.js test/*.test.js"
  113. },
  114. "version": "3.2.1"
  115. }