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