package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_from": "mongodb-core@2.1.2",
  3. "_id": "mongodb-core@2.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-yb82YpD/pNXxd1UxvnSqBVaHkKag2FjGGwlJFwzdmGRaIYjLe9Od8miyn0tfVuoSBDMFN4m5P97vtuDfCmTGzQ==",
  6. "_location": "/mongodb-core",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "mongodb-core@2.1.2",
  12. "name": "mongodb-core",
  13. "escapedName": "mongodb-core",
  14. "rawSpec": "2.1.2",
  15. "saveSpec": null,
  16. "fetchSpec": "2.1.2"
  17. },
  18. "_requiredBy": [
  19. "/mongodb"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/mongodb-core/-/mongodb-core-2.1.2.tgz",
  22. "_shasum": "a11db773d34819cbeb97751241827137ab535aab",
  23. "_spec": "mongodb-core@2.1.2",
  24. "_where": "C:\\Users\\86186\\Desktop\\小程序\\mini_huahua_service\\node_modules\\mongodb",
  25. "author": {
  26. "name": "Christian Kvalheim"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/christkv/mongodb-core/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "bson": "~1.0.1",
  34. "require_optional": "~1.0.0"
  35. },
  36. "deprecated": false,
  37. "description": "Core MongoDB driver functionality, no bells and whistles and meant for integration not end applications",
  38. "devDependencies": {
  39. "co": "^4.5.4",
  40. "coveralls": "^2.11.6",
  41. "es6-promise": "^3.0.2",
  42. "gleak": "0.5.0",
  43. "integra": "0.1.8",
  44. "jsdoc": "3.3.0-alpha8",
  45. "mkdirp": "0.5.0",
  46. "mongodb-topology-manager": "1.0.6",
  47. "mongodb-version-manager": "github:christkv/mongodb-version-manager#master",
  48. "nyc": "^5.5.0",
  49. "optimist": "latest",
  50. "rimraf": "2.2.6",
  51. "semver": "4.1.0"
  52. },
  53. "homepage": "https://github.com/christkv/mongodb-core",
  54. "keywords": [
  55. "mongodb",
  56. "core"
  57. ],
  58. "license": "Apache-2.0",
  59. "main": "index.js",
  60. "name": "mongodb-core",
  61. "peerOptionalDependencies": {
  62. "kerberos": "~0.0",
  63. "bson-ext": "1.0.1"
  64. },
  65. "repository": {
  66. "type": "git",
  67. "url": "git://github.com/christkv/mongodb-core.git"
  68. },
  69. "scripts": {
  70. "coverage": "nyc node test/runner.js -t functional -l && node_modules/.bin/nyc report --reporter=text-lcov | node_modules/.bin/coveralls",
  71. "lint": "eslint lib",
  72. "test": "node test/runner.js -t functional"
  73. },
  74. "version": "2.1.2"
  75. }