UNPKG
@coorpacademy/squirrel
Version:
latest (5.1.0)
legacy (1.4.5)
5.1.0
5.0.4
5.0.3
5.0.2
5.0.1
5.0.0
5.0.0-alpha.0
4.4.0
4.3.0
4.2.1
4.2.0
4.1.0
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.1.1
3.1.0
3.0.1
3.0.0
2.4.1
2.3.2
2.3.0
2.2.0
2.1.2
2.1.1
2.0.0
2.0.0-3
2.0.0-2
2.0.0-1
2.0.0-0
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.2
1.3.1
1.2.5
1.2.2
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
Local mirror mecanism for ETCD
github.com/coorpacademy/squirrel
coorpacademy/squirrel
@coorpacademy/squirrel
/
.babelrc
27 lines
(26 loc)
•
383 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"plugins"
:
[
"@babel/plugin-syntax-object-rest-spread"
]
,
"presets"
:
[
[
"@babel/preset-env"
,
{
"targets"
:
{
"node"
:
true
}
,
"loose"
:
true
}
]
]
,
"env"
:
{
"test"
:
{
"plugins"
:
[
[
"istanbul"
,
{
"useInlineSourceMaps"
:
false
}
]
]
}
}
}