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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_from": "mongodb-core@3.2.7",
  3. "_id": "mongodb-core@3.2.7",
  4. "_inBundle": false,
  5. "_integrity": "sha512-WypKdLxFNPOH/Jy6i9z47IjG2wIldA54iDZBmHMINcgKOUcWJh8og+Wix76oGd7EyYkHJKssQ2FAOw5Su/n4XQ==",
  6. "_location": "/mongodb-core",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "mongodb-core@3.2.7",
  12. "name": "mongodb-core",
  13. "escapedName": "mongodb-core",
  14. "rawSpec": "3.2.7",
  15. "saveSpec": null,
  16. "fetchSpec": "3.2.7"
  17. },
  18. "_requiredBy": [
  19. "/mongodb",
  20. "/mongoose"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/mongodb-core/-/mongodb-core-3.2.7.tgz",
  23. "_shasum": "a8ef1fe764a192c979252dacbc600dc88d77e28f",
  24. "_spec": "mongodb-core@3.2.7",
  25. "_where": "/home/erik/Documents/workspace_brackets/a1_BME_Project_Ohm/om/node_modules/mongodb",
  26. "author": {
  27. "name": "Christian Kvalheim"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/mongodb-js/mongodb-core/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "bson": "^1.1.1",
  35. "require_optional": "^1.0.1",
  36. "safe-buffer": "^5.1.2",
  37. "saslprep": "^1.0.0"
  38. },
  39. "deprecated": false,
  40. "description": "Core MongoDB driver functionality, no bells and whistles and meant for integration not end applications",
  41. "devDependencies": {
  42. "chai": "^4.2.0",
  43. "chai-subset": "^1.6.0",
  44. "co": "^4.6.0",
  45. "eslint": "^4.6.1",
  46. "eslint-plugin-prettier": "^2.2.0",
  47. "jsdoc": "3.5.4",
  48. "mongodb-extjson": "^2.1.2",
  49. "mongodb-mock-server": "^1.0.1",
  50. "mongodb-test-runner": "^1.3.4",
  51. "prettier": "~1.12.0",
  52. "sinon": "^6.0.0",
  53. "snappy": "^6.1.1",
  54. "standard-version": "^4.4.0"
  55. },
  56. "files": [
  57. "index.js",
  58. "lib"
  59. ],
  60. "homepage": "https://github.com/mongodb-js/mongodb-core",
  61. "keywords": [
  62. "mongodb",
  63. "core"
  64. ],
  65. "license": "Apache-2.0",
  66. "main": "index.js",
  67. "name": "mongodb-core",
  68. "optionalDependencies": {
  69. "saslprep": "^1.0.0"
  70. },
  71. "peerOptionalDependencies": {
  72. "kerberos": "^1.0.0",
  73. "mongodb-extjson": "^2.1.2",
  74. "snappy": "^6.1.1",
  75. "bson-ext": "^2.0.0"
  76. },
  77. "repository": {
  78. "type": "git",
  79. "url": "git://github.com/mongodb-js/mongodb-core.git"
  80. },
  81. "scripts": {
  82. "atlas": "node ./test/atlas.js",
  83. "changelog": "conventional-changelog -p angular -i HISTORY.md -s",
  84. "coverage": "nyc node test/runner.js -t functional -l && node_modules/.bin/nyc report --reporter=text-lcov | node_modules/.bin/coveralls",
  85. "format": "prettier --print-width 100 --tab-width 2 --single-quote --write index.js test/**/*.js lib/**/*.js",
  86. "lint": "eslint index.js lib test",
  87. "release": "standard-version -i HISTORY.md",
  88. "test": "npm run lint && mongodb-test-runner -t 60000 test/tests"
  89. },
  90. "version": "3.2.7"
  91. }