-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 956 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 956 Bytes
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
{
"name": "deob-transformations",
"version": "1.1.0",
"description": "Some babel transformations for deobfuscating nasty javascript",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wwhtrbbtt/deob-transformations.git"
},
"keywords": [
"babel",
"deobfuscating",
"babel",
"transformations",
"reverse-engineering"
],
"author": "peet",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/wwhtrbbtt/deob-transformations/issues"
},
"homepage": "https://github.com/wwhtrbbtt/deob-transformations#readme",
"dependencies": {
"@babel/generator": "^7.23.0",
"@babel/parser": "^7.23.0",
"@babel/traverse": "^7.23.2",
"@babel/types": "^7.23.0",
"js-beautify": "^1.14.11"
}
}