javascript-obfuscator.json 557 B

12345678910111213141516171819
  1. {
  2. "compact": true,
  3. "controlFlowFlattening": true,
  4. "controlFlowFlatteningThreshold": 0.75,
  5. "deadCodeInjection": true,
  6. "deadCodeInjectionThreshold": 0.4,
  7. "debugProtection": false,
  8. "debugProtectionInterval": false,
  9. "disableConsoleOutput": true,
  10. "identifierNamesGenerator": "hexadecimal",
  11. "log": false,
  12. "renameGlobals": false,
  13. "rotateStringArray": true,
  14. "selfDefending": true,
  15. "stringArray": true,
  16. "stringArrayEncoding": "base64",
  17. "stringArrayThreshold": 0.75,
  18. "unicodeEscapeSequence": false
  19. }