-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.26 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.26 KB
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
{
"name": "jobfuscator",
"version": "1.0.1",
"description": "JObfuscator is a source code obfuscator for the Java programming language. Obfuscate and protect your Java source code and algorithms from hacking, cracking, reverse engineering, decompilation, and technology theft. JObfuscator provides advanced Java source code parsing based on AST trees, multiple advanced obfuscation strategies are available.",
"type": "module",
"main": "./src/jobfuscator.js",
"exports": {
".": "./src/jobfuscator.js"
},
"engines": {
"node": ">=18"
},
"scripts": {
"test": "node -e \"import('./src/jobfuscator.js')\""
},
"keywords": [
"java",
"jar",
"war",
"class",
"source",
"obfuscator",
"obfuscation",
"obfuscate",
"decompile",
"decompiler",
"decompilation",
"pelock",
"jobfuscator"
],
"license": "Apache-2.0",
"author": {
"name": "Bartosz Wójcik",
"email": "support@pelock.com",
"url": "https://www.pelock.com"
},
"homepage": "https://www.pelock.com/products/jobfuscator",
"repository": {
"type": "git",
"url": "https://github.com/PELock/JObfuscator-JavaScript.git"
},
"bugs": {
"url": "https://www.pelock.com"
},
"files": [
"src",
"LICENSE",
"README.md"
]
}