123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154 |
- {
- "off": {
- "compact": true,
- "controlFlowFlattening": false,
- "controlFlowFlatteningThreshold": 0.75,
- "deadCodeInjection": false,
- "deadCodeInjectionThreshold": 0.4,
- "debugProtection": false,
- "debugProtectionInterval": false,
- "disableConsoleOutput": false,
- "domainLock": [],
- "identifierNamesGenerator": "hexadecimal",
- "identifiersDictionary": [],
- "identifiersPrefix": "",
- "inputFileName": "",
- "log": false,
- "renameGlobals": false,
- "reservedNames": [],
- "reservedStrings": [],
- "rotateStringArray": false,
- "seed": 0,
- "selfDefending": false,
- "shuffleStringArray": false,
- "sourceMap": false,
- "sourceMapBaseUrl": "",
- "sourceMapFileName": "",
- "sourceMapMode": "separate",
- "splitStrings": false,
- "splitStringsChunkLength": 10,
- "stringArray": false,
- "stringArrayEncoding": false,
- "stringArrayThreshold": 0.8,
- "target": "browser",
- "transformObjectKeys": false,
- "unicodeEscapeSequence": false
- },
- "default": {
- "compact": true,
- "controlFlowFlattening": false,
- "controlFlowFlatteningThreshold": 0.75,
- "deadCodeInjection": false,
- "deadCodeInjectionThreshold": 0.4,
- "debugProtection": false,
- "debugProtectionInterval": false,
- "disableConsoleOutput": false,
- "domainLock": [],
- "identifierNamesGenerator": "hexadecimal",
- "identifiersDictionary": [],
- "identifiersPrefix": "",
- "inputFileName": "",
- "log": false,
- "renameGlobals": false,
- "reservedNames": [],
- "reservedStrings": [],
- "rotateStringArray": true,
- "seed": 0,
- "selfDefending": false,
- "shuffleStringArray": true,
- "sourceMap": false,
- "sourceMapBaseUrl": "",
- "sourceMapFileName": "",
- "sourceMapMode": "separate",
- "splitStrings": false,
- "splitStringsChunkLength": 10,
- "stringArray": true,
- "stringArrayEncoding": false,
- "stringArrayThreshold": 0.8,
- "target": "browser",
- "transformObjectKeys": false,
- "unicodeEscapeSequence": false
- },
- "high": {
- "compact": true,
- "controlFlowFlattening": true,
- "controlFlowFlatteningThreshold": 1,
- "deadCodeInjection": true,
- "deadCodeInjectionThreshold": 1,
- "debugProtection": true,
- "debugProtectionInterval": true,
- "disableConsoleOutput": true,
- "identifierNamesGenerator": "hexadecimal",
- "renameGlobals": false,
- "rotateStringArray": true,
- "selfDefending": true,
- "shuffleStringArray": true,
- "splitStrings": true,
- "splitStringsChunkLength": 5,
- "stringArray": true,
- "stringArrayEncoding": "rc4",
- "stringArrayThreshold": 1,
- "transformObjectKeys": true,
- "unicodeEscapeSequence": false
- },
- "mid": {
- "compact": true,
- "controlFlowFlattening": true,
- "controlFlowFlatteningThreshold": 0.75,
- "deadCodeInjection": true,
- "deadCodeInjectionThreshold": 0.4,
- "debugProtection": false,
- "debugProtectionInterval": false,
- "disableConsoleOutput": true,
- "identifierNamesGenerator": "hexadecimal",
- "renameGlobals": false,
- "rotateStringArray": true,
- "selfDefending": true,
- "shuffleStringArray": true,
- "splitStrings": true,
- "splitStringsChunkLength": 10,
- "stringArray": true,
- "stringArrayEncoding": "base64",
- "stringArrayThreshold": 0.75,
- "transformObjectKeys": true,
- "unicodeEscapeSequence": false
- },
- "low": {
- "compact": true,
- "controlFlowFlattening": false,
- "deadCodeInjection": false,
- "debugProtection": false,
- "debugProtectionInterval": false,
- "disableConsoleOutput": true,
- "identifierNamesGenerator": "hexadecimal",
- "renameGlobals": false,
- "rotateStringArray": true,
- "selfDefending": true,
- "shuffleStringArray": true,
- "splitStrings": false,
- "stringArray": true,
- "stringArrayEncoding": false,
- "stringArrayThreshold": 0.75,
- "transformObjectKeys": false,
- "unicodeEscapeSequence": false
- },
- "lower": {
- "compact": true,
- "controlFlowFlattening": false,
- "deadCodeInjection": false,
- "debugProtection": false,
- "debugProtectionInterval": false,
- "disableConsoleOutput": false,
- "identifierNamesGenerator": "mangled",
- "renameGlobals": false,
- "rotateStringArray": true,
- "selfDefending": false,
- "shuffleStringArray": false,
- "splitStrings": false,
- "stringArray": true,
- "stringArrayEncoding": false,
- "stringArrayThreshold": 0.75,
- "transformObjectKeys": false,
- "unicodeEscapeSequence": false
- }
- }
|