1 Star 0 Fork 132

cn.lancetop / CCC 插件 - 代码混淆工具

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 573 Bytes
一键复制 编辑 原始数据 按行查看 历史
陈皮皮 提交于 2020-05-10 15:00 . update
{
"name": "ccc-obfuscated-code",
"version": "1.0.1.20200510",
"description": "代码混淆工具,支持项目构建后自动混淆代码。",
"author": "文弱书生陈皮皮",
"main": "main.js",
"main-menu": {
"扩展/代码混淆工具/构建后自动混淆": {
"message": "ccc-obfuscated-code:open-panel"
}
},
"panel": {
"main": "panel/index.js",
"type": "dockable",
"title": "代码混淆工具/构建后自动混淆",
"width": 600,
"height": 900
},
"dependencies": {
"javascript-obfuscator": "^0.28.0"
}
}
NodeJS
1
https://gitee.com/cn-lancetop/ccc-obfuscated-code.git
git@gitee.com:cn-lancetop/ccc-obfuscated-code.git
cn-lancetop
ccc-obfuscated-code
CCC 插件 - 代码混淆工具
master

搜索帮助