1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-tid-deobf-fork synced 2026-01-11 15:40:28 +01:00
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
ふぁ 2024-12-15 21:41:56 +09:00
parent 7c2bf7527f
commit 51ad406da4
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA
4 changed files with 1130 additions and 4 deletions

View file

@ -4,16 +4,21 @@
"description": "fork of twitter-tid-deobf",
"main": "deobf.js",
"scripts": {
"run": "node deobf.js"
"run": "node deobf.js source/a.js output/a.js && node deobf2.js output/a.js output/b.js",
"run2": "node deobf.js source/a.js output/a.js && node deobf2.js output/a.js output/b.js && node deobf.js output/b.js output/b.js && node deobf2.js output/b.js output/a.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/cli": "^7.24.0",
"@babel/core": "^7.24.0",
"@babel/generator": "~7.24.0",
"@babel/parser": "~7.24.0",
"@babel/traverse": "~7.24.0",
"@babel/types": "~7.24.0"
"@babel/types": "~7.24.0",
"babel-plugin-minify-constant-folding": "^0.5.0",
"babel-plugin-minify-dead-code-elimination": "^0.5.2",
"babel-plugin-transform-inline-consecutive-adds": "^0.4.3"
},
"engines": {
"node": ">=20.0.0"