UNPKG
@fuse-oo/cli
Version:
latest (0.1.6)
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
fuse内部脚手架工具
@fuse-oo/cli
/
lib
/
utils
/
registries.js
9 lines
(7 loc)
•
211 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
const
registries = { npm:
'https
:
//registry.npmjs.org',
yarn:
'https
:
//registry.yarnpkg.com',
taobao:
'https
:
//registry.npm.taobao.org',
pnpm:
'https
:
//registry.npmjs.org'
} module.exports = registries