mirror of
https://github.com/gchq/CyberChef.git
synced 2024-11-14 08:01:11 +01:00
14 lines
278 B
Text
14 lines
278 B
Text
{
|
|
"presets": [
|
|
["env", {
|
|
"targets": {
|
|
"chrome": 40,
|
|
"firefox": 35,
|
|
"edge": 14,
|
|
"node": "6.5",
|
|
},
|
|
"modules": false,
|
|
"useBuiltIns": true
|
|
}]
|
|
]
|
|
}
|