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.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_from": "mongodb",
  3. "_id": "mongodb@3.1.10",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Uml42GeFxhTGQVml1XQ4cD0o/rp7J2ROy0fdYUcVitoE7vFqEhKH4TYVqRDpQr/bXtCJVxJdNQC1ntRxNREkPQ==",
  6. "_location": "/mongodb",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "mongodb",
  12. "name": "mongodb",
  13. "escapedName": "mongodb",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/",
  21. "/mongoose"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/mongodb/-/mongodb-3.1.10.tgz",
  24. "_shasum": "45ad9b74ea376f4122d0881b75e5489b9e504ed7",
  25. "_spec": "mongodb",
  26. "_where": "D:\\Gitterra\\om",
  27. "bugs": {
  28. "url": "https://github.com/mongodb/node-mongodb-native/issues"
  29. },
  30. "bundleDependencies": false,
  31. "dependencies": {
  32. "mongodb-core": "3.1.9",
  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.0",
  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. "bench": "node test/driverBench/",
  82. "coverage": "istanbul cover mongodb-test-runner -- -t 60000 test/unit test/functional",
  83. "format": "prettier --print-width 100 --tab-width 2 --single-quote --write 'test/**/*.js' 'lib/**/*.js'",
  84. "generate-evergreen": "node .evergreen/generate_evergreen_tasks.js",
  85. "lint": "eslint lib test",
  86. "release": "standard-version -i HISTORY.md",
  87. "test": "npm run lint && mongodb-test-runner -t 60000 test/unit test/functional"
  88. },
  89. "version": "3.1.10"
  90. }