4 Star 12 Fork 23

deeprado/wxappUnpacker

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 932 Bytes
一键复制 编辑 原始数据 按行查看 历史
deeprado 提交于 2021-06-03 15:56 . first commit
{
"name": "wxapp-unpacker",
"version": "1.0.1",
"description": "Wechat App(微信小程序, .wxapkg)解包及相关文件(.wxss, .json, .wxs, .wxml)还原工具",
"main": "wuWxapkg.js",
"repository": {
"type": "git",
"url": "git+https://github.com/qwerty472123/wxappUnpacker.git"
},
"author": "qwerty472123",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/qwerty472123/wxappUnpacker/issues"
},
"scripts": {
"pkg": "node wuWxapkg.js",
"css": "node wuWxss.js",
"xml": "node wuWxml.js",
"js": "node wuJs.js",
"cfg": "node wuConfig.js"
},
"homepage": "https://github.com/qwerty472123/wxappUnpacker#readme",
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"css-tree": "^1.0.0-alpha.39",
"cssbeautify": "^0.3.1",
"escodegen": "^1.11.0",
"esprima": "^4.0.1",
"js-beautify": "^1.11.0",
"uglify-es": "^3.3.9",
"vm2": "^3.9.2"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/deeprado/wxapp-unpacker.git
git@gitee.com:deeprado/wxapp-unpacker.git
deeprado
wxapp-unpacker
wxappUnpacker
master

搜索帮助