-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpreset.json
154 lines (154 loc) · 4.26 KB
/
preset.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
{
"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": false,
"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
}
}