From 54638ee3c9bd190abad06320cb31925b2fb2c4b5 Mon Sep 17 00:00:00 2001 From: fxy060608 Date: Tue, 17 Sep 2019 18:57:11 +0800 Subject: [PATCH] chore(cli): add repository (package.json) --- packages/uni-app-plus-nvue/package.json | 27 +++++--- packages/uni-app-plus/package.json | 27 +++++--- packages/uni-cli-shared/package.json | 41 ++++++----- packages/uni-h5-ui/package.json | 5 ++ packages/uni-h5/package.json | 37 +++++----- packages/uni-mp-alipay/package.json | 27 +++++--- packages/uni-mp-baidu/package.json | 27 +++++--- packages/uni-mp-qq/package.json | 27 +++++--- packages/uni-mp-toutiao/package.json | 27 +++++--- packages/uni-mp-weixin/package.json | 27 +++++--- packages/uni-stat/package.json | 7 +- packages/uni-template-compiler/package.json | 45 ++++++------ .../vue-cli-plugin-hbuilderx/package.json | 37 +++++----- .../vue-cli-plugin-uni-optimize/package.json | 27 +++++--- packages/vue-cli-plugin-uni/package.json | 69 ++++++++++--------- packages/webpack-uni-mp-loader/package.json | 33 +++++---- .../webpack-uni-pages-loader/package.json | 47 +++++++------ 17 files changed, 311 insertions(+), 226 deletions(-) diff --git a/packages/uni-app-plus-nvue/package.json b/packages/uni-app-plus-nvue/package.json index ec97f5f9d..3ffc12778 100644 --- a/packages/uni-app-plus-nvue/package.json +++ b/packages/uni-app-plus-nvue/package.json @@ -1,12 +1,17 @@ -{ - "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" } diff --git a/packages/uni-app-plus/package.json b/packages/uni-app-plus/package.json index 4ed9e902f..219f2053c 100644 --- a/packages/uni-app-plus/package.json +++ b/packages/uni-app-plus/package.json @@ -1,12 +1,17 @@ -{ - "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" } diff --git a/packages/uni-cli-shared/package.json b/packages/uni-cli-shared/package.json index c2316520c..dc9117e01 100644 --- a/packages/uni-cli-shared/package.json +++ b/packages/uni-cli-shared/package.json @@ -1,19 +1,24 @@ -{ - "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" } diff --git a/packages/uni-h5-ui/package.json b/packages/uni-h5-ui/package.json index cf0ea0bb9..5d6f1c8d9 100644 --- a/packages/uni-h5-ui/package.json +++ b/packages/uni-h5-ui/package.json @@ -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" }, diff --git a/packages/uni-h5/package.json b/packages/uni-h5/package.json index 1c8cd2c6b..e4aa50624 100644 --- a/packages/uni-h5/package.json +++ b/packages/uni-h5/package.json @@ -1,17 +1,22 @@ -{ - "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" } diff --git a/packages/uni-mp-alipay/package.json b/packages/uni-mp-alipay/package.json index a8bd4a34a..7d406c195 100644 --- a/packages/uni-mp-alipay/package.json +++ b/packages/uni-mp-alipay/package.json @@ -1,12 +1,17 @@ -{ - "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" } diff --git a/packages/uni-mp-baidu/package.json b/packages/uni-mp-baidu/package.json index d5169d74f..e6d69e3d5 100644 --- a/packages/uni-mp-baidu/package.json +++ b/packages/uni-mp-baidu/package.json @@ -1,12 +1,17 @@ -{ - "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" } diff --git a/packages/uni-mp-qq/package.json b/packages/uni-mp-qq/package.json index 25d28440e..25b5d4aec 100644 --- a/packages/uni-mp-qq/package.json +++ b/packages/uni-mp-qq/package.json @@ -1,12 +1,17 @@ -{ - "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" } diff --git a/packages/uni-mp-toutiao/package.json b/packages/uni-mp-toutiao/package.json index 4f917c3e6..1d0a8269e 100644 --- a/packages/uni-mp-toutiao/package.json +++ b/packages/uni-mp-toutiao/package.json @@ -1,12 +1,17 @@ -{ - "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" } diff --git a/packages/uni-mp-weixin/package.json b/packages/uni-mp-weixin/package.json index 37b2b8f59..4d4e2e8aa 100644 --- a/packages/uni-mp-weixin/package.json +++ b/packages/uni-mp-weixin/package.json @@ -1,12 +1,17 @@ -{ - "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" } diff --git a/packages/uni-stat/package.json b/packages/uni-stat/package.json index a96db93be..297f49725 100644 --- a/packages/uni-stat/package.json +++ b/packages/uni-stat/package.json @@ -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" } -} +} diff --git a/packages/uni-template-compiler/package.json b/packages/uni-template-compiler/package.json index 9a47fee8f..9cbd13f41 100644 --- a/packages/uni-template-compiler/package.json +++ b/packages/uni-template-compiler/package.json @@ -1,21 +1,26 @@ -{ - "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" } diff --git a/packages/vue-cli-plugin-hbuilderx/package.json b/packages/vue-cli-plugin-hbuilderx/package.json index 70fa263d9..94591d432 100644 --- a/packages/vue-cli-plugin-hbuilderx/package.json +++ b/packages/vue-cli-plugin-hbuilderx/package.json @@ -1,17 +1,22 @@ -{ - "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" } diff --git a/packages/vue-cli-plugin-uni-optimize/package.json b/packages/vue-cli-plugin-uni-optimize/package.json index f16664da5..1d413cedb 100644 --- a/packages/vue-cli-plugin-uni-optimize/package.json +++ b/packages/vue-cli-plugin-uni-optimize/package.json @@ -1,12 +1,17 @@ -{ - "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" } diff --git a/packages/vue-cli-plugin-uni/package.json b/packages/vue-cli-plugin-uni/package.json index da3654f06..6f0b76bd4 100644 --- a/packages/vue-cli-plugin-uni/package.json +++ b/packages/vue-cli-plugin-uni/package.json @@ -1,33 +1,38 @@ -{ - "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" } diff --git a/packages/webpack-uni-mp-loader/package.json b/packages/webpack-uni-mp-loader/package.json index 51488b3ea..a059eb149 100644 --- a/packages/webpack-uni-mp-loader/package.json +++ b/packages/webpack-uni-mp-loader/package.json @@ -1,15 +1,20 @@ -{ - "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" } diff --git a/packages/webpack-uni-pages-loader/package.json b/packages/webpack-uni-pages-loader/package.json index 9b857ea4b..4f27af623 100644 --- a/packages/webpack-uni-pages-loader/package.json +++ b/packages/webpack-uni-pages-loader/package.json @@ -1,22 +1,27 @@ -{ - "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" } -- GitLab