package.json 2.7 KB

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