UNPKG
@pgsz/pg-cli
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
pg-cli脚手架的自我学习
github.com/pgsz/cli-stu
pgsz/cli-stu
@pgsz/pg-cli
/
packages
/
pg-cli
/
lib
/
utils
/
registries.js
9 lines
(7 loc)
•
230 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.npmmirror.com/',
pnpm:
'https
:
//registry.npmjs.org',
} module.exports = registries