registries.js 211 B

12345678
  1. const registries = {
  2. npm: 'https://registry.npmjs.org',
  3. yarn: 'https://registry.yarnpkg.com',
  4. taobao: 'https://registry.npm.taobao.org',
  5. pnpm: 'https://registry.npmjs.org'
  6. }
  7. module.exports = registries