1 Star 0 Fork 7

jingyangpc/wx2

forked from 百度开源/wx2 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.58 KB
一键复制 编辑 原始数据 按行查看 历史
dawafei 提交于 2020-11-19 14:12 . first commit
{
"name": "wx2",
"version": "1.0.17",
"author": "wangpanfe",
"bin": {
"wx2": "bin/wx2"
},
"scripts": {
"zip": "sh ./scripts/zip.sh",
"test": "jest",
"coverage": "jest --coverage",
"eslint": "eslint . --fix "
},
"main": "src/index.js",
"dependencies": {
"@babel/generator": "^7.8.7",
"@babel/parser": "^7.5.5",
"@babel/traverse": "^7.5.5",
"@babel/types": "^7.7.4",
"chalk": "^2.4.2",
"commander": "^4.1.1",
"cosmiconfig": "^6.0.0",
"dependency-graph": "^0.9.0",
"fast-glob": "^3.2.2",
"fs-extra": "^8.1.0",
"glob": "^7.1.6",
"lodash": "^4.17.10",
"mkdirp": "^0.5.1",
"p-reduce": "^2.1.0",
"postcss": "^7.0.27",
"recursive-copy": "^2.0.10",
"regexgen": "^1.3.0",
"single-line-log": "^1.1.2",
"stricter-htmlparser2": "^3.9.6",
"superagent": "^5.2.2",
"unified": "^8.4.2",
"vfile": "^4.0.2"
},
"deprecated": false,
"description": "微信小程序 转换 百度小程序",
"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/plugin-proposal-function-bind": "^7.10.1",
"@babel/plugin-transform-runtime": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"@babel/preset-stage-0": "^7.8.3",
"babel-eslint": "^10.1.0",
"babel-preset-env": "^1.7.0",
"eslint": "^6.8.0",
"eslint-plugin-babel": "^5.3.0",
"gulp": "^4.0.2",
"gulp-babel": "^7.0.1",
"jest": "^24.8.0"
},
"engines": {
"node": ">=8.5.0"
},
"keywords": [
"小程序",
"微信小程序",
"百度小程序",
"转换",
"swan",
"wx"
],
"license": "MIT"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/jingyangpc/wx2.git
git@gitee.com:jingyangpc/wx2.git
jingyangpc
wx2
wx2
master

搜索帮助