internet-programming/lab3/node_modules/lowdb/.babelrc

13 lines
117 B
Plaintext

{
"presets": [
[
"env",
{
"targets": {
"node": "4"
}
}
]
]
}