UNPKG
node-rules
Version:
beta (9.0.0-beta.0)
latest (9.2.0)
9.2.0
9.1.1
9.1.0
9.0.0
9.0.0-beta.0
8.1.0
8.0.0
7.2.0
7.1.0
7.0.0
6.3.0
6.2.0
6.1.0
6.0.0
5.2.0
5.1.0
5.0.0
4.0.2
4.0.1
4.0.0
3.2.0
3.1.0
3.0.3
3.0.2
3.0.1
3.0.0
2.2.3
2.2.2
2.2.1
2.2.0
2.1.0
1.1.1
1.1.0
0.1.0
Business Rules Engine for JavaScript
github.com/mithunsatheesh/node-rules
mithunsatheesh/node-rules
node-rules
/
.babelrc
17 lines
•
265 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"presets"
: [ [
"
@babel
/preset-env"
, {
"targets"
: {
"edge"
:
"17"
,
"firefox"
:
"60"
,
"chrome"
:
"67"
,
"safari"
:
"11.1"
},
"useBuiltIns"
:
"usage"
,
"corejs"
:
3
} ] ] }