UNPKG
@nigel2020/lo-cli
Version:
latest (1.0.63)
1.0.63
1.0.62
1.0.61
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
lo cli
github.com/nigel201611/lo-cli
nigel201611/lo-cli
@nigel2020/lo-cli
/
lib
/
config.js
11 lines
(9 loc)
•
213 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/*
* @Author:
nigel
* @Date:
2020-12-02 18:02:13
* @LastEditTime:
2020-12-09 17:13:17
*/
module.exports
=
{
githubUrl:
"https://api.github.com"
,
defaultNpmRes:
"https://registry.npmjs.org/"
, }
;