UNPKG
@lexmin0412/gcm
Version:
latest (1.8.1)
1.8.1
1.8.0
1.7.4
1.7.3
1.7.2
1.7.1
1.6.14
1.6.13
1.6.12
1.6.11
1.6.9
1.6.8
1.6.7
1.6.6
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.0
1.4.2
1.4.1
1.4.0
1.4.0-beta.0
1.3.3
1.3.2
1.3.1
1.3.0
1.2.2
1.2.1
1.2.0
1.1.0
1.0.1
1.0.0
GCM 的命令行接口
github.com/lexmin0412/gcm/tree/main/packages/cli
lexmin0412/gcm
@lexmin0412/gcm
/
lib
/
constants
/
index.js
15 lines
(14 loc)
•
267 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
DEFAULT_ORIGINS
=
void
0
;
exports
.
DEFAULT_ORIGINS
= [ {
origin
:
'github.com'
}, {
origin
:
'gitlab.com'
}, {
origin
:
'gitee.com'
}, ];