package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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. ],
  22. "_resolved": "https://registry.npmjs.org/mongodb/-/mongodb-3.1.10.tgz",
  23. "_shasum": "45ad9b74ea376f4122d0881b75e5489b9e504ed7",
  24. "_spec": "mongodb",
  25. "_where": "C:\\Bitbucket\\apacsys-apacsystem\\VaporRecoveryMonitor\\server",
  26. "bugs": {
  27. "url": "https://github.com/mongodb/node-mongodb-native/issues"
  28. },
  29. "bundleDependencies": false,
  30. "dependencies": {
  31. "mongodb-core": "3.1.9",
  32. "safe-buffer": "^5.1.2"
  33. },
  34. "deprecated": false,
  35. "description": "The official MongoDB driver for Node.js",
  36. "devDependencies": {
  37. "bluebird": "3.5.0",
  38. "bson": "^1.0.4",
  39. "chai": "^4.1.1",
  40. "chai-subset": "^1.6.0",
  41. "co": "4.6.0",
  42. "coveralls": "^2.11.6",
  43. "eslint": "^4.5.0",
  44. "eslint-plugin-prettier": "^2.2.0",
  45. "istanbul": "^0.4.5",
  46. "jsdoc": "3.5.5",
  47. "lodash.camelcase": "^4.3.0",
  48. "mocha-sinon": "^2.1.0",
  49. "mongodb-extjson": "^2.1.1",
  50. "mongodb-mock-server": "^1.0.0",
  51. "mongodb-test-runner": "^1.1.18",
  52. "prettier": "~1.12.0",
  53. "semver": "^5.5.0",
  54. "sinon": "^4.3.0",
  55. "sinon-chai": "^3.2.0",
  56. "standard-version": "^4.4.0",
  57. "worker-farm": "^1.5.0"
  58. },
  59. "engines": {
  60. "node": ">=4"
  61. },
  62. "files": [
  63. "index.js",
  64. "lib"
  65. ],
  66. "homepage": "https://github.com/mongodb/node-mongodb-native",
  67. "keywords": [
  68. "mongodb",
  69. "driver",
  70. "official"
  71. ],
  72. "license": "Apache-2.0",
  73. "main": "index.js",
  74. "name": "mongodb",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+ssh://git@github.com/mongodb/node-mongodb-native.git"
  78. },
  79. "scripts": {
  80. "bench": "node test/driverBench/",
  81. "coverage": "istanbul cover mongodb-test-runner -- -t 60000 test/unit test/functional",
  82. "format": "prettier --print-width 100 --tab-width 2 --single-quote --write 'test/**/*.js' 'lib/**/*.js'",
  83. "generate-evergreen": "node .evergreen/generate_evergreen_tasks.js",
  84. "lint": "eslint lib test",
  85. "release": "standard-version -i HISTORY.md",
  86. "test": "npm run lint && mongodb-test-runner -t 60000 test/unit test/functional"
  87. },
  88. "version": "3.1.10"
  89. }