package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "name": "mongodb",
  3. "version": "2.0.55",
  4. "description": "MongoDB legacy driver emulation layer on top of mongodb-core",
  5. "main": "index.js",
  6. "repository": {
  7. "type": "git",
  8. "url": "git@github.com:mongodb/node-mongodb-native.git"
  9. },
  10. "keywords": [
  11. "mongodb",
  12. "driver",
  13. "legacy"
  14. ],
  15. "dependencies": {
  16. "mongodb-core": "1.2.31",
  17. "readable-stream": "1.0.31",
  18. "es6-promise": "2.1.1"
  19. },
  20. "devDependencies": {
  21. "integra": "0.1.8",
  22. "optimist": "0.6.1",
  23. "bson": "~0.4",
  24. "jsdoc": "3.3.0-beta3",
  25. "semver": "4.1.0",
  26. "rimraf": "2.2.6",
  27. "gleak": "0.5.0",
  28. "mongodb-version-manager": "^0.8.10",
  29. "mongodb-topology-manager": "1.0.x",
  30. "co": "4.5.4",
  31. "bluebird": "2.9.27"
  32. },
  33. "author": {
  34. "name": "Christian Kvalheim"
  35. },
  36. "license": "Apache-2.0",
  37. "bugs": {
  38. "url": "https://github.com/mongodb/node-mongodb-native/issues"
  39. },
  40. "scripts": {
  41. "test": "node test/runner.js -t functional"
  42. },
  43. "homepage": "https://github.com/mongodb/node-mongodb-native",
  44. "gitHead": "6212f4bdc05fe8e2a4375dbb2b145bf7541ab5e2",
  45. "_id": "mongodb@2.0.55",
  46. "_shasum": "a09dd77259f6bba69f7dd592a011c11aa5761097",
  47. "_from": "mongodb@>=2.0.39 <2.1.0",
  48. "_npmVersion": "2.14.12",
  49. "_nodeVersion": "4.2.4",
  50. "_npmUser": {
  51. "name": "christkv",
  52. "email": "christkv@gmail.com"
  53. },
  54. "maintainers": [
  55. {
  56. "name": "christkv",
  57. "email": "christkv@gmail.com"
  58. }
  59. ],
  60. "dist": {
  61. "shasum": "a09dd77259f6bba69f7dd592a011c11aa5761097",
  62. "size": 189330,
  63. "noattachment": false,
  64. "tarball": "http://registry.npm.taobao.org/mongodb/download/mongodb-2.0.55.tgz"
  65. },
  66. "directories": {},
  67. "publish_time": 1451922454415,
  68. "_cnpm_publish_time": 1451922454415,
  69. "_resolved": "http://registry.npm.taobao.org/mongodb/download/mongodb-2.0.55.tgz"
  70. }