备份: 完整开发状态(含反混淆脚本和临时文件)

This commit is contained in:
ccdojox-crypto
2025-12-17 17:18:02 +08:00
parent 9e2333c90c
commit 7e9ea173a7
2872 changed files with 326818 additions and 249 deletions

33
node_modules/obfuscator-io-deobfuscator/package.json generated vendored Normal file
View File

@@ -0,0 +1,33 @@
{
"name": "obfuscator-io-deobfuscator",
"version": "1.0.6",
"description": "A deobfuscator for scripts obfuscated by Obfuscator.io",
"main": "dist/index.js",
"bin": "dist/cli.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "tsc && node dist/test.js",
"prepare": "tsc"
},
"author": "Ben",
"license": "ISC",
"dependencies": {
"@babel/generator": "^7.22.3",
"@babel/parser": "^7.22.4",
"@babel/traverse": "^7.22.4",
"@babel/types": "^7.22.4",
"@codemod/matchers": "^1.7.1",
"@types/node": "^20.2.5",
"commander": "^12.0.0"
},
"devDependencies": {
"@types/babel__core": "^7.20.1",
"assert": "^2.1.0",
"path-browserify": "^1.0.1",
"terser-webpack-plugin": "^5.3.9",
"ts-loader": "^9.4.4",
"typescript": "^5.1.3",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
}
}