package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. "mongodb@2.0.34",
  5. "D:\\work\\im\\node_modules\\mongoose"
  6. ]
  7. ],
  8. "_from": "mongodb@2.0.34",
  9. "_id": "mongodb@2.0.34",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/mongodb",
  13. "_npmUser": {
  14. "email": "christkv@gmail.com",
  15. "name": "christkv"
  16. },
  17. "_npmVersion": "1.4.28",
  18. "_phantomChildren": {
  19. "core-util-is": "1.0.2",
  20. "inherits": "2.0.1",
  21. "string_decoder": "0.10.31"
  22. },
  23. "_requested": {
  24. "name": "mongodb",
  25. "raw": "mongodb@2.0.34",
  26. "rawSpec": "2.0.34",
  27. "scope": null,
  28. "spec": "2.0.34",
  29. "type": "version"
  30. },
  31. "_requiredBy": [
  32. "/mongoose"
  33. ],
  34. "_resolved": "https://registry.npmjs.org/mongodb/-/mongodb-2.0.34.tgz",
  35. "_shasum": "e45e8a82e017638a71557a3a23a75bdcdb590718",
  36. "_shrinkwrap": null,
  37. "_spec": "mongodb@2.0.34",
  38. "_where": "D:\\work\\im\\node_modules\\mongoose",
  39. "author": {
  40. "name": "Christian Kvalheim"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/mongodb/node-mongodb-native/issues"
  44. },
  45. "dependencies": {
  46. "mongodb-core": "1.2.0",
  47. "readable-stream": "1.0.31"
  48. },
  49. "description": "MongoDB legacy driver emulation layer on top of mongodb-core",
  50. "devDependencies": {
  51. "bson": "~0.4",
  52. "gleak": "0.5.0",
  53. "integra": "0.1.8",
  54. "jsdoc": "3.3.0-beta3",
  55. "mongodb-tools": "~1.0",
  56. "mongodb-version-manager": "^0.7.1",
  57. "optimist": "0.6.1",
  58. "rimraf": "2.2.6",
  59. "semver": "4.1.0"
  60. },
  61. "directories": {},
  62. "dist": {
  63. "shasum": "e45e8a82e017638a71557a3a23a75bdcdb590718",
  64. "tarball": "https://registry.npmjs.org/mongodb/-/mongodb-2.0.34.tgz"
  65. },
  66. "gitHead": "81da81a87d298a6949bd3b92d1699ed40fe52e62",
  67. "homepage": "https://github.com/mongodb/node-mongodb-native",
  68. "keywords": [
  69. "mongodb",
  70. "driver",
  71. "legacy"
  72. ],
  73. "license": "Apache-2.0",
  74. "main": "index.js",
  75. "maintainers": [
  76. {
  77. "email": "christkv@gmail.com",
  78. "name": "christkv"
  79. }
  80. ],
  81. "name": "mongodb",
  82. "optionalDependencies": {},
  83. "readme": "ERROR: No README data found!",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+ssh://git@github.com/mongodb/node-mongodb-native.git"
  87. },
  88. "scripts": {
  89. "test": "node test/runner.js -t functional"
  90. },
  91. "version": "2.0.34"
  92. }