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

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