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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_from": "mongodb@^3.2.7",
  3. "_id": "mongodb@3.2.7",
  4. "_inBundle": false,
  5. "_integrity": "sha512-2YdWrdf1PJgxcCrT1tWoL6nHuk6hCxhddAAaEh8QJL231ci4+P9FLyqopbTm2Z2sAU6mhCri+wd9r1hOcHdoMw==",
  6. "_location": "/mongodb",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "mongodb@^3.2.7",
  12. "name": "mongodb",
  13. "escapedName": "mongodb",
  14. "rawSpec": "^3.2.7",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.2.7"
  17. },
  18. "_requiredBy": [
  19. "/",
  20. "/connect-mongo",
  21. "/mongoose"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/mongodb/-/mongodb-3.2.7.tgz",
  24. "_shasum": "8ba149e4be708257cad0dea72aebb2bbb311a7ac",
  25. "_spec": "mongodb@^3.2.7",
  26. "_where": "/home/erik/Documents/workspace_brackets/a1_BME_Project_Ohm/om",
  27. "bugs": {
  28. "url": "https://github.com/mongodb/node-mongodb-native/issues"
  29. },
  30. "bundleDependencies": false,
  31. "dependencies": {
  32. "mongodb-core": "3.2.7",
  33. "safe-buffer": "^5.1.2"
  34. },
  35. "deprecated": false,
  36. "description": "The official MongoDB driver for Node.js",
  37. "devDependencies": {
  38. "bluebird": "3.5.0",
  39. "bson": "^1.0.4",
  40. "chai": "^4.1.1",
  41. "chai-subset": "^1.6.0",
  42. "co": "4.6.0",
  43. "coveralls": "^2.11.6",
  44. "eslint": "^4.5.0",
  45. "eslint-plugin-prettier": "^2.2.0",
  46. "istanbul": "^0.4.5",
  47. "jsdoc": "3.5.5",
  48. "lodash.camelcase": "^4.3.0",
  49. "mocha-sinon": "^2.1.0",
  50. "mongodb-extjson": "^2.1.1",
  51. "mongodb-mock-server": "^1.0.1",
  52. "mongodb-test-runner": "^1.1.18",
  53. "prettier": "~1.12.0",
  54. "semver": "^5.5.0",
  55. "sinon": "^4.3.0",
  56. "sinon-chai": "^3.2.0",
  57. "standard-version": "^4.4.0",
  58. "worker-farm": "^1.5.0"
  59. },
  60. "engines": {
  61. "node": ">=4"
  62. },
  63. "files": [
  64. "index.js",
  65. "lib"
  66. ],
  67. "homepage": "https://github.com/mongodb/node-mongodb-native",
  68. "keywords": [
  69. "mongodb",
  70. "driver",
  71. "official"
  72. ],
  73. "license": "Apache-2.0",
  74. "main": "index.js",
  75. "name": "mongodb",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+ssh://git@github.com/mongodb/node-mongodb-native.git"
  79. },
  80. "scripts": {
  81. "atlas": "node ./test/atlas_connectivity_tests.js",
  82. "bench": "node test/driverBench/",
  83. "coverage": "istanbul cover mongodb-test-runner -- -t 60000 test/unit test/functional",
  84. "format": "prettier --print-width 100 --tab-width 2 --single-quote --write 'test/**/*.js' 'lib/**/*.js'",
  85. "generate-evergreen": "node .evergreen/generate_evergreen_tasks.js",
  86. "lint": "eslint lib test",
  87. "release": "standard-version -i HISTORY.md",
  88. "test": "npm run lint && mongodb-test-runner -t 60000 test/unit test/functional"
  89. },
  90. "version": "3.2.7"
  91. }