package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "mongodb-core@1.2.0",
  5. "D:\\work\\im\\node_modules\\mongodb"
  6. ]
  7. ],
  8. "_from": "mongodb-core@1.2.0",
  9. "_id": "mongodb-core@1.2.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/mongodb-core",
  13. "_nodeVersion": "0.12.2",
  14. "_npmUser": {
  15. "email": "christkv@gmail.com",
  16. "name": "christkv"
  17. },
  18. "_npmVersion": "2.7.4",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "mongodb-core",
  22. "raw": "mongodb-core@1.2.0",
  23. "rawSpec": "1.2.0",
  24. "scope": null,
  25. "spec": "1.2.0",
  26. "type": "version"
  27. },
  28. "_requiredBy": [
  29. "/mongodb"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/mongodb-core/-/mongodb-core-1.2.0.tgz",
  32. "_shasum": "48408d2a346110b28184b107717322a3622dc4ae",
  33. "_shrinkwrap": null,
  34. "_spec": "mongodb-core@1.2.0",
  35. "_where": "D:\\work\\im\\node_modules\\mongodb",
  36. "author": {
  37. "name": "Christian Kvalheim"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/christkv/mongodb-core/issues"
  41. },
  42. "dependencies": {
  43. "bson": "~0.4",
  44. "kerberos": "~0.0"
  45. },
  46. "description": "Core MongoDB driver functionality, no bells and whistles and meant for integration not end applications",
  47. "devDependencies": {
  48. "gleak": "0.5.0",
  49. "integra": "0.1.8",
  50. "jsdoc": "3.3.0-alpha8",
  51. "mkdirp": "0.5.0",
  52. "mongodb-tools": "~1.0",
  53. "mongodb-version-manager": "^0.5.0",
  54. "optimist": "latest",
  55. "rimraf": "2.2.6",
  56. "semver": "4.1.0"
  57. },
  58. "directories": {},
  59. "dist": {
  60. "shasum": "48408d2a346110b28184b107717322a3622dc4ae",
  61. "tarball": "https://registry.npmjs.org/mongodb-core/-/mongodb-core-1.2.0.tgz"
  62. },
  63. "gitHead": "81e314b626301976ed8baa202b10dd089b94b5e9",
  64. "homepage": "https://github.com/christkv/mongodb-core",
  65. "keywords": [
  66. "mongodb",
  67. "core"
  68. ],
  69. "license": "Apache 2.0",
  70. "main": "index.js",
  71. "maintainers": [
  72. {
  73. "email": "christkv@gmail.com",
  74. "name": "christkv"
  75. }
  76. ],
  77. "name": "mongodb-core",
  78. "optionalDependencies": {
  79. "kerberos": "~0.0"
  80. },
  81. "readme": "ERROR: No README data found!",
  82. "repository": {
  83. "type": "git",
  84. "url": "git://github.com/christkv/mongodb-core.git"
  85. },
  86. "scripts": {
  87. "test": "node test/runner.js -t functional"
  88. },
  89. "version": "1.2.0"
  90. }