Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
20岁爱吃必胜客
uni-app
提交
54638ee3
U
uni-app
项目概览
20岁爱吃必胜客
/
uni-app
与 Fork 源项目一致
Fork自
DCloud / uni-app
通知
1
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
1
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
U
uni-app
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
1
Issue
1
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
提交
54638ee3
编写于
9月 17, 2019
作者:
fxy060608
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
chore(cli): add repository (package.json)
上级
ca93ef67
变更
17
隐藏空白更改
内联
并排
Showing
17 changed file
with
311 addition
and
226 deletion
+311
-226
packages/uni-app-plus-nvue/package.json
packages/uni-app-plus-nvue/package.json
+16
-11
packages/uni-app-plus/package.json
packages/uni-app-plus/package.json
+16
-11
packages/uni-cli-shared/package.json
packages/uni-cli-shared/package.json
+23
-18
packages/uni-h5-ui/package.json
packages/uni-h5-ui/package.json
+5
-0
packages/uni-h5/package.json
packages/uni-h5/package.json
+21
-16
packages/uni-mp-alipay/package.json
packages/uni-mp-alipay/package.json
+16
-11
packages/uni-mp-baidu/package.json
packages/uni-mp-baidu/package.json
+16
-11
packages/uni-mp-qq/package.json
packages/uni-mp-qq/package.json
+16
-11
packages/uni-mp-toutiao/package.json
packages/uni-mp-toutiao/package.json
+16
-11
packages/uni-mp-weixin/package.json
packages/uni-mp-weixin/package.json
+16
-11
packages/uni-stat/package.json
packages/uni-stat/package.json
+6
-1
packages/uni-template-compiler/package.json
packages/uni-template-compiler/package.json
+25
-20
packages/vue-cli-plugin-hbuilderx/package.json
packages/vue-cli-plugin-hbuilderx/package.json
+21
-16
packages/vue-cli-plugin-uni-optimize/package.json
packages/vue-cli-plugin-uni-optimize/package.json
+16
-11
packages/vue-cli-plugin-uni/package.json
packages/vue-cli-plugin-uni/package.json
+37
-32
packages/webpack-uni-mp-loader/package.json
packages/webpack-uni-mp-loader/package.json
+19
-14
packages/webpack-uni-pages-loader/package.json
packages/webpack-uni-pages-loader/package.json
+26
-21
未找到文件。
packages/uni-app-plus-nvue/package.json
浏览文件 @
54638ee3
{
"name"
:
"@dcloudio/uni-app-plus-nvue"
,
"version"
:
"1.0.0-alpha-22120190814002"
,
"description"
:
"uni-app app-plus-nvue"
,
"main"
:
"dist/index.js"
,
"scripts"
:
{
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"author"
:
"fxy060608"
,
"license"
:
"Apache-2.0"
,
"gitHead"
:
"08ea04b669e93f0db3acb2dfa38138298edd5789"
{
"name"
:
"@dcloudio/uni-app-plus-nvue"
,
"version"
:
"1.0.0-alpha-22120190814002"
,
"description"
:
"uni-app app-plus-nvue"
,
"main"
:
"dist/index.js"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git+https://github.com/dcloudio/uni-app.git"
,
"directory"
:
"packages/uni-app-plus-nvue"
},
"scripts"
:
{
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"author"
:
"fxy060608"
,
"license"
:
"Apache-2.0"
,
"gitHead"
:
"08ea04b669e93f0db3acb2dfa38138298edd5789"
}
packages/uni-app-plus/package.json
浏览文件 @
54638ee3
{
"name"
:
"@dcloudio/uni-app-plus"
,
"version"
:
"0.0.253"
,
"description"
:
"uni-app app-plus"
,
"main"
:
"dist/index.js"
,
"scripts"
:
{
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"author"
:
"fxy060608"
,
"license"
:
"Apache-2.0"
,
"gitHead"
:
"08ea04b669e93f0db3acb2dfa38138298edd5789"
{
"name"
:
"@dcloudio/uni-app-plus"
,
"version"
:
"0.0.253"
,
"description"
:
"uni-app app-plus"
,
"main"
:
"dist/index.js"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git+https://github.com/dcloudio/uni-app.git"
,
"directory"
:
"packages/uni-app-plus"
},
"scripts"
:
{
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"author"
:
"fxy060608"
,
"license"
:
"Apache-2.0"
,
"gitHead"
:
"08ea04b669e93f0db3acb2dfa38138298edd5789"
}
packages/uni-cli-shared/package.json
浏览文件 @
54638ee3
{
"name"
:
"@dcloudio/uni-cli-shared"
,
"version"
:
"0.2.994"
,
"description"
:
"uni-cli-shared"
,
"main"
:
"lib/index.js"
,
"files"
:
[
"lib"
],
"scripts"
:
{
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"author"
:
"fxy060608"
,
"license"
:
"Apache-2.0"
,
"dependencies"
:
{
"hash-sum"
:
"^1.0.2"
,
"strip-json-comments"
:
"^2.0.1"
},
"gitHead"
:
"08ea04b669e93f0db3acb2dfa38138298edd5789"
{
"name"
:
"@dcloudio/uni-cli-shared"
,
"version"
:
"0.2.994"
,
"description"
:
"uni-cli-shared"
,
"main"
:
"lib/index.js"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git+https://github.com/dcloudio/uni-app.git"
,
"directory"
:
"packages/uni-cli-shared"
},
"files"
:
[
"lib"
],
"scripts"
:
{
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"author"
:
"fxy060608"
,
"license"
:
"Apache-2.0"
,
"dependencies"
:
{
"hash-sum"
:
"^1.0.2"
,
"strip-json-comments"
:
"^2.0.1"
},
"gitHead"
:
"08ea04b669e93f0db3acb2dfa38138298edd5789"
}
packages/uni-h5-ui/package.json
浏览文件 @
54638ee3
...
...
@@ -3,6 +3,11 @@
"version"
:
"0.0.1"
,
"description"
:
"uni-app h5 ui"
,
"main"
:
"dist/index.umd.min.js"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git+https://github.com/dcloudio/uni-app.git"
,
"directory"
:
"packages/uni-h5-ui"
},
"scripts"
:
{
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
...
...
packages/uni-h5/package.json
浏览文件 @
54638ee3
{
"name"
:
"@dcloudio/uni-h5"
,
"version"
:
"0.9.0"
,
"description"
:
"uni-app h5"
,
"main"
:
"dist/index.umd.min.js"
,
"scripts"
:
{
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"author"
:
"fxy060608"
,
"license"
:
"Apache-2.0"
,
"dependencies"
:
{
"base64-arraybuffer"
:
"^0.2.0"
,
"intersection-observer"
:
"^0.7.0"
,
"safe-area-insets"
:
"^1.4.1"
},
"gitHead"
:
"08ea04b669e93f0db3acb2dfa38138298edd5789"
{
"name"
:
"@dcloudio/uni-h5"
,
"version"
:
"0.9.0"
,
"description"
:
"uni-app h5"
,
"main"
:
"dist/index.umd.min.js"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git+https://github.com/dcloudio/uni-app.git"
,
"directory"
:
"packages/uni-h5"
},
"scripts"
:
{
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"author"
:
"fxy060608"
,
"license"
:
"Apache-2.0"
,
"dependencies"
:
{
"base64-arraybuffer"
:
"^0.2.0"
,
"intersection-observer"
:
"^0.7.0"
,
"safe-area-insets"
:
"^1.4.1"
},
"gitHead"
:
"08ea04b669e93f0db3acb2dfa38138298edd5789"
}
packages/uni-mp-alipay/package.json
浏览文件 @
54638ee3
{
"name"
:
"@dcloudio/uni-mp-alipay"
,
"version"
:
"0.0.827"
,
"description"
:
"uni-app mp-alipay"
,
"main"
:
"dist/index.js"
,
"scripts"
:
{
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"author"
:
"fxy060608"
,
"license"
:
"Apache-2.0"
,
"gitHead"
:
"08ea04b669e93f0db3acb2dfa38138298edd5789"
{
"name"
:
"@dcloudio/uni-mp-alipay"
,
"version"
:
"0.0.827"
,
"description"
:
"uni-app mp-alipay"
,
"main"
:
"dist/index.js"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git+https://github.com/dcloudio/uni-app.git"
,
"directory"
:
"packages/uni-mp-alipay"
},
"scripts"
:
{
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"author"
:
"fxy060608"
,
"license"
:
"Apache-2.0"
,
"gitHead"
:
"08ea04b669e93f0db3acb2dfa38138298edd5789"
}
packages/uni-mp-baidu/package.json
浏览文件 @
54638ee3
{
"name"
:
"@dcloudio/uni-mp-baidu"
,
"version"
:
"0.0.857"
,
"description"
:
"uni-app mp-baidu"
,
"main"
:
"dist/index.js"
,
"scripts"
:
{
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"author"
:
"fxy060608"
,
"license"
:
"Apache-2.0"
,
"gitHead"
:
"08ea04b669e93f0db3acb2dfa38138298edd5789"
{
"name"
:
"@dcloudio/uni-mp-baidu"
,
"version"
:
"0.0.857"
,
"description"
:
"uni-app mp-baidu"
,
"main"
:
"dist/index.js"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git+https://github.com/dcloudio/uni-app.git"
,
"directory"
:
"packages/uni-mp-baidu"
},
"scripts"
:
{
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"author"
:
"fxy060608"
,
"license"
:
"Apache-2.0"
,
"gitHead"
:
"08ea04b669e93f0db3acb2dfa38138298edd5789"
}
packages/uni-mp-qq/package.json
浏览文件 @
54638ee3
{
"name"
:
"@dcloudio/uni-mp-qq"
,
"version"
:
"0.0.112"
,
"description"
:
"uni-app mp-qq"
,
"main"
:
"dist/index.js"
,
"scripts"
:
{
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"author"
:
"fxy060608"
,
"license"
:
"Apache-2.0"
,
"gitHead"
:
"08ea04b669e93f0db3acb2dfa38138298edd5789"
{
"name"
:
"@dcloudio/uni-mp-qq"
,
"version"
:
"0.0.112"
,
"description"
:
"uni-app mp-qq"
,
"main"
:
"dist/index.js"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git+https://github.com/dcloudio/uni-app.git"
,
"directory"
:
"packages/uni-mp-qq"
},
"scripts"
:
{
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"author"
:
"fxy060608"
,
"license"
:
"Apache-2.0"
,
"gitHead"
:
"08ea04b669e93f0db3acb2dfa38138298edd5789"
}
packages/uni-mp-toutiao/package.json
浏览文件 @
54638ee3
{
"name"
:
"@dcloudio/uni-mp-toutiao"
,
"version"
:
"0.0.352"
,
"description"
:
"uni-app mp-toutiao"
,
"main"
:
"dist/index.js"
,
"scripts"
:
{
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"author"
:
"fxy060608"
,
"license"
:
"Apache-2.0"
,
"gitHead"
:
"08ea04b669e93f0db3acb2dfa38138298edd5789"
{
"name"
:
"@dcloudio/uni-mp-toutiao"
,
"version"
:
"0.0.352"
,
"description"
:
"uni-app mp-toutiao"
,
"main"
:
"dist/index.js"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git+https://github.com/dcloudio/uni-app.git"
,
"directory"
:
"packages/uni-mp-toutiao"
},
"scripts"
:
{
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"author"
:
"fxy060608"
,
"license"
:
"Apache-2.0"
,
"gitHead"
:
"08ea04b669e93f0db3acb2dfa38138298edd5789"
}
packages/uni-mp-weixin/package.json
浏览文件 @
54638ee3
{
"name"
:
"@dcloudio/uni-mp-weixin"
,
"version"
:
"0.0.973"
,
"description"
:
"uni-app mp-weixin"
,
"main"
:
"dist/index.js"
,
"scripts"
:
{
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"author"
:
"fxy060608"
,
"license"
:
"Apache-2.0"
,
"gitHead"
:
"08ea04b669e93f0db3acb2dfa38138298edd5789"
{
"name"
:
"@dcloudio/uni-mp-weixin"
,
"version"
:
"0.0.973"
,
"description"
:
"uni-app mp-weixin"
,
"main"
:
"dist/index.js"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git+https://github.com/dcloudio/uni-app.git"
,
"directory"
:
"packages/uni-mp-weixin"
},
"scripts"
:
{
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"author"
:
"fxy060608"
,
"license"
:
"Apache-2.0"
,
"gitHead"
:
"08ea04b669e93f0db3acb2dfa38138298edd5789"
}
packages/uni-stat/package.json
浏览文件 @
54638ee3
...
...
@@ -3,6 +3,11 @@
"version"
:
"0.0.113"
,
"description"
:
""
,
"main"
:
"dist/index.js"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git+https://github.com/dcloudio/uni-app.git"
,
"directory"
:
"packages/uni-stat"
},
"scripts"
:
{
"dev"
:
"NODE_ENV=development rollup -w -c rollup.config.js"
,
"build"
:
"NODE_ENV=production rollup -c rollup.config.js"
...
...
@@ -29,4 +34,4 @@
"rollup-plugin-replace"
:
"^2.2.0"
,
"rollup-plugin-uglify"
:
"^6.0.2"
}
}
}
packages/uni-template-compiler/package.json
浏览文件 @
54638ee3
{
"name"
:
"@dcloudio/uni-template-compiler"
,
"version"
:
"0.9.183"
,
"description"
:
"uni-template-compiler"
,
"main"
:
"lib/index.js"
,
"files"
:
[
"lib"
],
"scripts"
:
{
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"author"
:
"fxy060608"
,
"license"
:
"Apache-2.0"
,
"dependencies"
:
{
"@babel/parser"
:
"^7.3.3"
,
"@babel/traverse"
:
"^7.3.3"
,
"@babel/types"
:
"^7.3.3"
,
"vue-template-compiler"
:
"^2.6.10"
},
"gitHead"
:
"08ea04b669e93f0db3acb2dfa38138298edd5789"
{
"name"
:
"@dcloudio/uni-template-compiler"
,
"version"
:
"0.9.183"
,
"description"
:
"uni-template-compiler"
,
"main"
:
"lib/index.js"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git+https://github.com/dcloudio/uni-app.git"
,
"directory"
:
"packages/uni-template-compiler"
},
"files"
:
[
"lib"
],
"scripts"
:
{
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"author"
:
"fxy060608"
,
"license"
:
"Apache-2.0"
,
"dependencies"
:
{
"@babel/parser"
:
"^7.3.3"
,
"@babel/traverse"
:
"^7.3.3"
,
"@babel/types"
:
"^7.3.3"
,
"vue-template-compiler"
:
"^2.6.10"
},
"gitHead"
:
"08ea04b669e93f0db3acb2dfa38138298edd5789"
}
packages/vue-cli-plugin-hbuilderx/package.json
浏览文件 @
54638ee3
{
"name"
:
"@dcloudio/vue-cli-plugin-hbuilderx"
,
"version"
:
"1.0.137"
,
"description"
:
"HBuilderX plugin for vue-cli 3"
,
"main"
:
"index.js"
,
"scripts"
:
{
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"author"
:
"fxy060608"
,
"license"
:
"Apache-2.0"
,
"dependencies"
:
{
"acorn"
:
"^5.2.1"
,
"css"
:
"~2.2.1"
,
"escodegen"
:
"^1.8.1"
},
"gitHead"
:
"08ea04b669e93f0db3acb2dfa38138298edd5789"
{
"name"
:
"@dcloudio/vue-cli-plugin-hbuilderx"
,
"version"
:
"1.0.137"
,
"description"
:
"HBuilderX plugin for vue-cli 3"
,
"main"
:
"index.js"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git+https://github.com/dcloudio/uni-app.git"
,
"directory"
:
"packages/vue-cli-plugin-hbuilderx"
},
"scripts"
:
{
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"author"
:
"fxy060608"
,
"license"
:
"Apache-2.0"
,
"dependencies"
:
{
"acorn"
:
"^5.2.1"
,
"css"
:
"~2.2.1"
,
"escodegen"
:
"^1.8.1"
},
"gitHead"
:
"08ea04b669e93f0db3acb2dfa38138298edd5789"
}
packages/vue-cli-plugin-uni-optimize/package.json
浏览文件 @
54638ee3
{
"name"
:
"@dcloudio/vue-cli-plugin-uni-optimize"
,
"version"
:
"0.1.9"
,
"description"
:
"uni-app optimize plugin for vue-cli 3"
,
"main"
:
"index.js"
,
"scripts"
:
{
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"author"
:
"fxy060608"
,
"license"
:
"Apache-2.0"
,
"gitHead"
:
"08ea04b669e93f0db3acb2dfa38138298edd5789"
{
"name"
:
"@dcloudio/vue-cli-plugin-uni-optimize"
,
"version"
:
"0.1.9"
,
"description"
:
"uni-app optimize plugin for vue-cli 3"
,
"main"
:
"index.js"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git+https://github.com/dcloudio/uni-app.git"
,
"directory"
:
"packages/vue-cli-plugin-uni-optimize"
},
"scripts"
:
{
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"author"
:
"fxy060608"
,
"license"
:
"Apache-2.0"
,
"gitHead"
:
"08ea04b669e93f0db3acb2dfa38138298edd5789"
}
packages/vue-cli-plugin-uni/package.json
浏览文件 @
54638ee3
{
"name"
:
"@dcloudio/vue-cli-plugin-uni"
,
"version"
:
"0.9.538"
,
"description"
:
"uni-app plugin for vue-cli 3"
,
"main"
:
"index.js"
,
"scripts"
:
{
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"bin"
:
{
"uniapp-cli"
:
"./bin/uniapp-cli.js"
},
"author"
:
"fxy060608"
,
"license"
:
"Apache-2.0"
,
"dependencies"
:
{
"@dcloudio/uni-stat"
:
"*"
,
"copy-webpack-plugin"
:
"^4.6.0"
,
"cross-env"
:
"^5.2.0"
,
"envinfo"
:
"^6.0.1"
,
"hash-sum"
:
"^1.0.2"
,
"loader-utils"
:
"^1.1.0"
,
"module-alias"
:
"^2.1.0"
,
"postcss"
:
"^7.0.7"
,
"postcss-import"
:
"^12.0.1"
,
"postcss-selector-parser"
:
"^5.0.0"
,
"postcss-value-parser"
:
"^3.3.1"
,
"strip-json-comments"
:
"^2.0.1"
,
"update-check"
:
"^1.5.3"
,
"webpack-merge"
:
"^4.1.4"
,
"wrap-loader"
:
"^0.2.0"
,
"xregexp"
:
"4.0.0"
},
"gitHead"
:
"08ea04b669e93f0db3acb2dfa38138298edd5789"
{
"name"
:
"@dcloudio/vue-cli-plugin-uni"
,
"version"
:
"0.9.538"
,
"description"
:
"uni-app plugin for vue-cli 3"
,
"main"
:
"index.js"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git+https://github.com/dcloudio/uni-app.git"
,
"directory"
:
"packages/vue-cli-plugin-uni"
},
"scripts"
:
{
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"bin"
:
{
"uniapp-cli"
:
"./bin/uniapp-cli.js"
},
"author"
:
"fxy060608"
,
"license"
:
"Apache-2.0"
,
"dependencies"
:
{
"@dcloudio/uni-stat"
:
"*"
,
"copy-webpack-plugin"
:
"^4.6.0"
,
"cross-env"
:
"^5.2.0"
,
"envinfo"
:
"^6.0.1"
,
"hash-sum"
:
"^1.0.2"
,
"loader-utils"
:
"^1.1.0"
,
"module-alias"
:
"^2.1.0"
,
"postcss"
:
"^7.0.7"
,
"postcss-import"
:
"^12.0.1"
,
"postcss-selector-parser"
:
"^5.0.0"
,
"postcss-value-parser"
:
"^3.3.1"
,
"strip-json-comments"
:
"^2.0.1"
,
"update-check"
:
"^1.5.3"
,
"webpack-merge"
:
"^4.1.4"
,
"wrap-loader"
:
"^0.2.0"
,
"xregexp"
:
"4.0.0"
},
"gitHead"
:
"08ea04b669e93f0db3acb2dfa38138298edd5789"
}
packages/webpack-uni-mp-loader/package.json
浏览文件 @
54638ee3
{
"name"
:
"@dcloudio/webpack-uni-mp-loader"
,
"version"
:
"0.3.644"
,
"description"
:
"webpack-uni-mp-loader"
,
"main"
:
"index.js"
,
"files"
:
[
"lib"
],
"scripts"
:
{
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"author"
:
"fxy060608"
,
"license"
:
"Apache-2.0"
,
"gitHead"
:
"08ea04b669e93f0db3acb2dfa38138298edd5789"
{
"name"
:
"@dcloudio/webpack-uni-mp-loader"
,
"version"
:
"0.3.644"
,
"description"
:
"webpack-uni-mp-loader"
,
"main"
:
"index.js"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git+https://github.com/dcloudio/uni-app.git"
,
"directory"
:
"packages/webpack-uni-mp-loader"
},
"files"
:
[
"lib"
],
"scripts"
:
{
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"author"
:
"fxy060608"
,
"license"
:
"Apache-2.0"
,
"gitHead"
:
"08ea04b669e93f0db3acb2dfa38138298edd5789"
}
packages/webpack-uni-pages-loader/package.json
浏览文件 @
54638ee3
{
"name"
:
"@dcloudio/webpack-uni-pages-loader"
,
"version"
:
"0.2.875"
,
"description"
:
"uni-app pages.json loader"
,
"main"
:
"lib/index.js"
,
"files"
:
[
"lib"
],
"scripts"
:
{
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"author"
:
"fxy060608"
,
"license"
:
"Apache-2.0"
,
"dependencies"
:
{
"merge"
:
"^1.2.1"
,
"strip-json-comments"
:
"^2.0.1"
},
"uni-app"
:
{
"compilerVersion"
:
"2.2.4"
},
"gitHead"
:
"08ea04b669e93f0db3acb2dfa38138298edd5789"
{
"name"
:
"@dcloudio/webpack-uni-pages-loader"
,
"version"
:
"0.2.875"
,
"description"
:
"uni-app pages.json loader"
,
"main"
:
"lib/index.js"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git+https://github.com/dcloudio/uni-app.git"
,
"directory"
:
"packages/webpack-uni-pages-loader"
},
"files"
:
[
"lib"
],
"scripts"
:
{
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"author"
:
"fxy060608"
,
"license"
:
"Apache-2.0"
,
"dependencies"
:
{
"merge"
:
"^1.2.1"
,
"strip-json-comments"
:
"^2.0.1"
},
"uni-app"
:
{
"compilerVersion"
:
"2.2.4"
},
"gitHead"
:
"08ea04b669e93f0db3acb2dfa38138298edd5789"
}
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录