registries.json 768 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "npm": {
  3. "home": "https://www.npmjs.org",
  4. "registry": "https://registry.npmjs.org/"
  5. },
  6. "yarn": {
  7. "home": "https://yarnpkg.com",
  8. "registry": "https://registry.yarnpkg.com/"
  9. },
  10. "taobao": {
  11. "home": "https://npmmirror.com/",
  12. "registry": "https://registry.npmmirror.com/"
  13. },
  14. "tencent": {
  15. "home": "https://mirrors.cloud.tencent.com/npm/",
  16. "registry": "https://mirrors.cloud.tencent.com/npm/"
  17. },
  18. "npmMirror": {
  19. "home": "https://skimdb.npmjs.com/",
  20. "registry": "https://skimdb.npmjs.com/registry/"
  21. },
  22. "github": {
  23. "home": "https://npm.pkg.github.com/",
  24. "registry": "https://npm.pkg.github.com/"
  25. },
  26. "hc": {
  27. "home": "http://39.108.216.210:9000/",
  28. "registry": "http://39.108.216.210:9000/"
  29. }
  30. }