de4js
Version:
JavaScript Deobfuscator and Unpacker
42 lines (41 loc) • 1.2 kB
JSON
{
"name": "de4js",
"version": "1.11.4",
"description": "JavaScript Deobfuscator and Unpacker",
"main": "main.js",
"scripts": {
"build": "bundle exec jekyll build && workbox generateSW workbox-config.js",
"d-build": "docker exec -it de4js_app bundle exec jekyll build && workbox generateSW workbox-config.js",
"start": "bundle exec jekyll serve --watch --config _config.yml",
"watch": "bundle exec jekyll serve --watch --config _config.yml,_config_development.yml --livereload",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lelinhtinh/de4js.git"
},
"keywords": [
"deobfuscator",
"deobfuscate",
"deobfuscation",
"unpacker",
"decode",
"decrypt",
"javascript",
"online-tools"
],
"author": "Zzbaivong",
"license": "MIT",
"bugs": {
"url": "https://github.com/lelinhtinh/de4js/issues"
},
"homepage": "https://lelinhtinh.github.io/de4js/",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/de4js"
},
"devDependencies": {
"eslint-plugin-frontmatter": "0.0.8",
"workbox-cli": "^6.0.2"
}
}