jessefjxm

config

May 9th, 2021
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. {
  2. "compact": true,
  3. "controlFlowFlattening": false,
  4. "controlFlowFlatteningThreshold": 0.75,
  5. "deadCodeInjection": false,
  6. "deadCodeInjectionThreshold": 0.4,
  7. "debugProtection": false,
  8. "debugProtectionInterval": false,
  9. "disableConsoleOutput": true,
  10. "domainLock": [],
  11. "forceTransformStrings": [],
  12. "identifierNamesGenerator": "mangled-shuffled",
  13. "identifiersDictionary": [],
  14. "identifiersPrefix": "",
  15. "ignoreRequireImports": false,
  16. "inputFileName": "",
  17. "log": false,
  18. "numbersToExpressions": false,
  19. "optionsPreset": "default",
  20. "renameGlobals": false,
  21. "renameProperties": false,
  22. "renamePropertiesMode": "safe",
  23. "reservedNames": [],
  24. "reservedStrings": [],
  25. "rotateStringArray": true,
  26. "seed": 573866392,
  27. "selfDefending": true,
  28. "shuffleStringArray": true,
  29. "simplify": true,
  30. "sourceMap": false,
  31. "sourceMapBaseUrl": "",
  32. "sourceMapFileName": "",
  33. "sourceMapMode": "separate",
  34. "splitStrings": true,
  35. "splitStringsChunkLength": 10,
  36. "stringArray": true,
  37. "stringArrayIndexesType": [
  38. "hexadecimal-number"
  39. ],
  40. "stringArrayEncoding": [
  41. "base64"
  42. ],
  43. "stringArrayIndexShift": true,
  44. "stringArrayWrappersCount": 2,
  45. "stringArrayWrappersChainedCalls": true,
  46. "stringArrayWrappersParametersMaxCount": 4,
  47. "stringArrayWrappersType": "function",
  48. "stringArrayThreshold": 0.75,
  49. "target": "browser",
  50. "transformObjectKeys": true,
  51. "unicodeEscapeSequence": false
  52. }
Add Comment
Please, Sign In to add comment