package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_from": "mongodb@3.1.13",
  3. "_id": "mongodb@3.1.13",
  4. "_inBundle": false,
  5. "_integrity": "sha1-+M3Ls2rXoItXC9EnHIUldT91+fQ=",
  6. "_location": "/mongodb",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "mongodb@3.1.13",
  12. "name": "mongodb",
  13. "escapedName": "mongodb",
  14. "rawSpec": "3.1.13",
  15. "saveSpec": null,
  16. "fetchSpec": "3.1.13"
  17. },
  18. "_requiredBy": [
  19. "/mongoose"
  20. ],
  21. "_resolved": "http://registry.npm.taobao.org/mongodb/download/mongodb-3.1.13.tgz",
  22. "_shasum": "f8cdcbb36ad7a08b570bd1271c8525753f75f9f4",
  23. "_spec": "mongodb@3.1.13",
  24. "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\mongoose",
  25. "bugs": {
  26. "url": "https://github.com/mongodb/node-mongodb-native/issues"
  27. },
  28. "bundleDependencies": false,
  29. "dependencies": {
  30. "mongodb-core": "3.1.11",
  31. "safe-buffer": "^5.1.2"
  32. },
  33. "deprecated": false,
  34. "description": "The official MongoDB driver for Node.js",
  35. "devDependencies": {
  36. "bluebird": "3.5.0",
  37. "bson": "^1.0.4",
  38. "chai": "^4.1.1",
  39. "chai-subset": "^1.6.0",
  40. "co": "4.6.0",
  41. "coveralls": "^2.11.6",
  42. "eslint": "^4.5.0",
  43. "eslint-plugin-prettier": "^2.2.0",
  44. "istanbul": "^0.4.5",
  45. "jsdoc": "3.5.5",
  46. "lodash.camelcase": "^4.3.0",
  47. "mocha-sinon": "^2.1.0",
  48. "mongodb-extjson": "^2.1.1",
  49. "mongodb-mock-server": "^1.0.0",
  50. "mongodb-test-runner": "^1.1.18",
  51. "prettier": "~1.12.0",
  52. "semver": "^5.5.0",
  53. "sinon": "^4.3.0",
  54. "sinon-chai": "^3.2.0",
  55. "standard-version": "^4.4.0",
  56. "worker-farm": "^1.5.0"
  57. },
  58. "engines": {
  59. "node": ">=4"
  60. },
  61. "files": [
  62. "index.js",
  63. "lib"
  64. ],
  65. "homepage": "https://github.com/mongodb/node-mongodb-native",
  66. "keywords": [
  67. "mongodb",
  68. "driver",
  69. "official"
  70. ],
  71. "license": "Apache-2.0",
  72. "main": "index.js",
  73. "name": "mongodb",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+ssh://git@github.com/mongodb/node-mongodb-native.git"
  77. },
  78. "scripts": {
  79. "bench": "node test/driverBench/",
  80. "coverage": "istanbul cover mongodb-test-runner -- -t 60000 test/unit test/functional",
  81. "format": "prettier --print-width 100 --tab-width 2 --single-quote --write 'test/**/*.js' 'lib/**/*.js'",
  82. "generate-evergreen": "node .evergreen/generate_evergreen_tasks.js",
  83. "lint": "eslint lib test",
  84. "release": "standard-version -i HISTORY.md",
  85. "test": "npm run lint && mongodb-test-runner -t 60000 test/unit test/functional"
  86. },
  87. "version": "3.1.13"
  88. }