package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_from": "mongodb@2.2.16",
  3. "_id": "mongodb@2.2.16",
  4. "_inBundle": false,
  5. "_integrity": "sha512-lJ8+qQwtycCrI3T2y4FOSaoLgdNW0VlFmm8lYCRbJUzAUsSNR1Ou03e6id1P4QckrxjixQUEXYZfvBcNrMp55w==",
  6. "_location": "/mongodb",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "mongodb@2.2.16",
  12. "name": "mongodb",
  13. "escapedName": "mongodb",
  14. "rawSpec": "2.2.16",
  15. "saveSpec": null,
  16. "fetchSpec": "2.2.16"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/mongodb/-/mongodb-2.2.16.tgz",
  23. "_shasum": "e32ba91cf9e29f371fb38ba0c4a71c3b1f5fae77",
  24. "_spec": "mongodb@2.2.16",
  25. "_where": "C:\\Users\\86186\\Desktop\\小程序\\mini_huahua_service",
  26. "author": {
  27. "name": "Christian Kvalheim"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/mongodb/node-mongodb-native/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "es6-promise": "3.2.1",
  35. "mongodb-core": "2.1.2",
  36. "readable-stream": "2.1.5"
  37. },
  38. "deprecated": "Please upgrade to 2.2.19 or higher",
  39. "description": "The official MongoDB driver for Node.js",
  40. "devDependencies": {
  41. "JSONStream": "^1.0.7",
  42. "betterbenchmarks": "^0.1.0",
  43. "bluebird": "3.4.6",
  44. "bson": "1.0.0",
  45. "cli-table": "^0.3.1",
  46. "co": "4.6.0",
  47. "colors": "^1.1.2",
  48. "coveralls": "^2.11.6",
  49. "eslint": "^3.8.1",
  50. "event-stream": "^3.3.2",
  51. "gleak": "0.5.0",
  52. "integra": "0.1.8",
  53. "jsdoc": "3.4.0",
  54. "ldjson-stream": "^1.2.1",
  55. "mongodb-extended-json": "1.7.1",
  56. "mongodb-topology-manager": "1.0.x",
  57. "mongodb-version-manager": "github:christkv/mongodb-version-manager#master",
  58. "nyc": "^8.1.0",
  59. "optimist": "0.6.1",
  60. "rimraf": "2.5.4",
  61. "semver": "5.3.0",
  62. "worker-farm": "^1.3.1"
  63. },
  64. "engines": {
  65. "node": ">=0.10.3"
  66. },
  67. "homepage": "https://github.com/mongodb/node-mongodb-native",
  68. "keywords": [
  69. "mongodb",
  70. "driver",
  71. "official"
  72. ],
  73. "license": "Apache-2.0",
  74. "main": "index.js",
  75. "name": "mongodb",
  76. "nyc": {
  77. "include": [
  78. "lib/**/*.js"
  79. ]
  80. },
  81. "repository": {
  82. "type": "git",
  83. "url": "git+ssh://git@github.com/mongodb/node-mongodb-native.git"
  84. },
  85. "scripts": {
  86. "coverage": "nyc node test/runner.js -t functional && node_modules/.bin/nyc report --reporter=text-lcov | node_modules/.bin/coveralls",
  87. "lint": "eslint lib",
  88. "test": "node test/runner.js -t functional -l"
  89. },
  90. "version": "2.2.16"
  91. }