切换导航条
切换导航条
当前项目
正在载入...
登录
术习电报
/
electron-vue-template
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
构建
提交
问题看板
文件
提交
网络
比较
分支
标签
作者
umbrella22
2021-02-19 18:18:23 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
提交
1186d374159dcf9c96c5080eb2d65d088cf2f744
1186d374
1 个父辈
2887e767
更新依赖
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
172 行增加
和
119 行删除
package.json
yarn.lock
package.json
查看文件 @
1186d37
...
...
@@ -13,7 +13,7 @@
"build:mac"
:
"cross-env BUILD_TARGET=clean node .electron-vue/build.js && node .electron-vue/build.js && electron-builder --mac"
,
"build:dir"
:
"cross-env BUILD_TARGET=clean node .electron-vue/build.js && node .electron-vue/build.js && electron-builder --dir"
,
"build:clean"
:
"cross-env BUILD_TARGET=clean node .electron-vue/build.js"
,
"build:web"
:
"cross-env BUILD_TARGET=web
ENV_TARGET=web
node .electron-vue/build.js"
,
"build:web"
:
"cross-env BUILD_TARGET=web node .electron-vue/build.js"
,
"pack"
:
"npm run pack:main && npm run pack:renderer"
,
"pack:main"
:
"cross-env NODE_ENV=production webpack --progress --colors --config .electron-vue/webpack.main.config.js"
,
"pack:renderer"
:
"cross-env NODE_ENV=production webpack --progress --colors --config .electron-vue/webpack.renderer.config.js"
,
...
...
@@ -78,8 +78,8 @@
"vuex"
:
"^3.6.2"
},
"devDependencies"
:
{
"@babel/core"
:
"^7.12.1
3
"
,
"@babel/eslint-parser"
:
"^7.12.1
3
"
,
"@babel/core"
:
"^7.12.1
7
"
,
"@babel/eslint-parser"
:
"^7.12.1
7
"
,
"@babel/plugin-proposal-class-properties"
:
"^7.12.13"
,
"@babel/plugin-proposal-decorators"
:
"^7.12.13"
,
"@babel/plugin-proposal-do-expressions"
:
"^7.12.13"
,
...
...
@@ -91,44 +91,44 @@
"@babel/plugin-proposal-logical-assignment-operators"
:
"^7.12.13"
,
"@babel/plugin-proposal-nullish-coalescing-operator"
:
"^7.12.13"
,
"@babel/plugin-proposal-numeric-separator"
:
"^7.12.13"
,
"@babel/plugin-proposal-optional-chaining"
:
"^7.12.1
3
"
,
"@babel/plugin-proposal-optional-chaining"
:
"^7.12.1
7
"
,
"@babel/plugin-proposal-pipeline-operator"
:
"^7.12.13"
,
"@babel/plugin-proposal-throw-expressions"
:
"^7.12.13"
,
"@babel/plugin-syntax-dynamic-import"
:
"^7.8.3"
,
"@babel/plugin-syntax-import-meta"
:
"^7.10.4"
,
"@babel/plugin-transform-runtime"
:
"^7.12.1
5
"
,
"@babel/plugin-transform-runtime"
:
"^7.12.1
7
"
,
"@babel/polyfill"
:
"^7.12.1"
,
"@babel/preset-env"
:
"^7.12.1
3
"
,
"@babel/preset-env"
:
"^7.12.1
7
"
,
"@babel/register"
:
"^7.12.13"
,
"@babel/runtime"
:
"^7.12.1
3
"
,
"@types/fs-extra"
:
"^9.0.
6
"
,
"@types/node"
:
"^14.14.
25
"
,
"ajv"
:
"^7.1.
0
"
,
"@babel/runtime"
:
"^7.12.1
8
"
,
"@types/fs-extra"
:
"^9.0.
7
"
,
"@types/node"
:
"^14.14.
30
"
,
"ajv"
:
"^7.1.
1
"
,
"babel-loader"
:
"^8.2.2"
,
"cfonts"
:
"^2.9.1"
,
"chalk"
:
"^4.0.0"
,
"copy-webpack-plugin"
:
"^7.0.0"
,
"core-js"
:
"^3.
8.3
"
,
"core-js"
:
"^3.
9.0
"
,
"cross-env"
:
"^7.0.3"
,
"css-loader"
:
"^5.0.2"
,
"del"
:
"^6.0.0"
,
"electron"
:
"^11.2.3"
,
"electron-builder"
:
"^22.9.1"
,
"electron-devtools-installer"
:
"^3.1.1"
,
"eslint"
:
"^7.
19
.0"
,
"eslint"
:
"^7.
20
.0"
,
"eslint-config-standard"
:
"^16.0.2"
,
"eslint-friendly-formatter"
:
"^4.0.1"
,
"eslint-plugin-html"
:
"^6.1.1"
,
"eslint-plugin-import"
:
"^2.22.1"
,
"eslint-plugin-node"
:
"^11.1.0"
,
"eslint-plugin-promise"
:
"^4.3.1"
,
"eslint-webpack-plugin"
:
"^2.5.
0
"
,
"html-webpack-plugin"
:
"^5.
0
.0"
,
"mini-css-extract-plugin"
:
"1.3.
6
"
,
"eslint-webpack-plugin"
:
"^2.5.
2
"
,
"html-webpack-plugin"
:
"^5.
1
.0"
,
"mini-css-extract-plugin"
:
"1.3.
8
"
,
"multispinner"
:
"^0.2.1"
,
"node-loader"
:
"^1.0.2"
,
"portfinder"
:
"^1.0.28"
,
"sass"
:
"^1.32.
7
"
,
"sass"
:
"^1.32.
8
"
,
"sass-loader"
:
"^11.0.1"
,
"split2"
:
"^3.2.2"
,
"style-loader"
:
"^2.0.0"
,
...
...
@@ -141,7 +141,7 @@
"vue-loader"
:
"^15.9.6"
,
"vue-style-loader"
:
"^4.1.2"
,
"vue-template-compiler"
:
"^2.6.12"
,
"webpack"
:
"^5.2
1.2
"
,
"webpack"
:
"^5.2
3.0
"
,
"webpack-cli"
:
"^4.5.0"
,
"webpack-dev-server"
:
"^3.11.2"
,
"webpack-hot-middleware"
:
"^2.25.0"
,
...
...
yarn.lock
查看文件 @
1186d37
...
...
@@ -7,10 +7,10 @@
resolved "https://registry.npm.taobao.org/7zip-bin/download/7zip-bin-5.0.3.tgz#bc5b5532ecafd923a61f2fb097e3b108c0106a3f"
integrity sha1-vFtVMuyv2SOmHy+wl+OxCMAQaj8=
"@babel/code-frame@
^7.0.0
":
version "7.1
0.4
"
resolved "https://registry.npm.taobao.org/@babel/code-frame/download/@babel/code-frame-7.1
0.4.tgz?cache=0&sync_timestamp=1593522948158&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fcode-frame%2Fdownload%2F%40babel%2Fcode-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a
"
integrity sha1-
Fo2ho26Q2miujUnA8bSMfGJJITo
=
"@babel/code-frame@
7.12.11
":
version "7.1
2.11
"
resolved "https://registry.npm.taobao.org/@babel/code-frame/download/@babel/code-frame-7.1
2.11.tgz?cache=0&sync_timestamp=1612314620252&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fcode-frame%2Fdownload%2F%40babel%2Fcode-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f
"
integrity sha1-
9K1DWqJj25NbjxDyxVLSP7cWpj8
=
dependencies:
"@babel/highlight" "^7.10.4"
...
...
@@ -26,19 +26,19 @@
resolved "https://registry.npm.taobao.org/@babel/compat-data/download/@babel/compat-data-7.12.13.tgz?cache=0&sync_timestamp=1612314879614&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fcompat-data%2Fdownload%2F%40babel%2Fcompat-data-7.12.13.tgz#27e19e0ed3726ccf54067ced4109501765e7e2e8"
integrity sha1-J+GeDtNybM9UBnztQQlQF2Xn4ug=
"@babel/core@^7.12.1
3
":
version "7.12.1
3
"
resolved "https://registry.npm.taobao.org/@babel/core/download/@babel/core-7.12.1
3.tgz?cache=0&sync_timestamp=1612314799232&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fcore%2Fdownload%2F%40babel%2Fcore-7.12.13.tgz#b73a87a3a3e7d142a66248bf6ad88b9ceb093425
"
integrity sha1-
tzqHo6Pn0UKmYki/atiLnOsJNCU
=
"@babel/core@^7.12.1
7
":
version "7.12.1
7
"
resolved "https://registry.npm.taobao.org/@babel/core/download/@babel/core-7.12.1
7.tgz#993c5e893333107a2815d8e0d73a2c3755e280b2
"
integrity sha1-
mTxeiTMzEHooFdjg1zosN1XigLI
=
dependencies:
"@babel/code-frame" "^7.12.13"
"@babel/generator" "^7.12.1
3
"
"@babel/helper-module-transforms" "^7.12.1
3
"
"@babel/helpers" "^7.12.1
3
"
"@babel/parser" "^7.12.1
3
"
"@babel/generator" "^7.12.1
7
"
"@babel/helper-module-transforms" "^7.12.1
7
"
"@babel/helpers" "^7.12.1
7
"
"@babel/parser" "^7.12.1
7
"
"@babel/template" "^7.12.13"
"@babel/traverse" "^7.12.1
3
"
"@babel/types" "^7.12.1
3
"
"@babel/traverse" "^7.12.1
7
"
"@babel/types" "^7.12.1
7
"
convert-source-map "^1.7.0"
debug "^4.1.0"
gensync "^1.0.0-beta.1"
...
...
@@ -47,10 +47,10 @@
semver "^5.4.1"
source-map "^0.5.0"
"@babel/eslint-parser@^7.12.1
3
":
version "7.12.1
3
"
resolved "https://registry.npm.taobao.org/@babel/eslint-parser/download/@babel/eslint-parser-7.12.1
3.tgz?cache=0&sync_timestamp=1612314643499&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Feslint-parser%2Fdownload%2F%40babel%2Feslint-parser-7.12.13.tgz#f3158c28ed9eecd95fb75ee3015033b8b3b869b2
"
integrity sha1-
8xWMKO2e7Nlft17jAVAzuLO4abI
=
"@babel/eslint-parser@^7.12.1
7
":
version "7.12.1
7
"
resolved "https://registry.npm.taobao.org/@babel/eslint-parser/download/@babel/eslint-parser-7.12.1
7.tgz#6cb57929c5614654ee7d6d27fa85ed0b6a8d4470
"
integrity sha1-
bLV5KcVhRlTufW0n+oXtC2qNRHA
=
dependencies:
eslint-scope "5.1.0"
eslint-visitor-keys "^1.3.0"
...
...
@@ -65,6 +65,15 @@
jsesc "^2.5.1"
source-map "^0.5.0"
"@babel/generator@^7.12.17":
version "7.12.17"
resolved "https://registry.npm.taobao.org/@babel/generator/download/@babel/generator-7.12.17.tgz#9ef1dd792d778b32284411df63f4f668a9957287"
integrity sha1-nvHdeS13izIoRBHfY/T2aKmVcoc=
dependencies:
"@babel/types" "^7.12.17"
jsesc "^2.5.1"
source-map "^0.5.0"
"@babel/helper-annotate-as-pure@^7.10.4":
version "7.10.4"
resolved "https://registry.npm.taobao.org/@babel/helper-annotate-as-pure/download/@babel/helper-annotate-as-pure-7.10.4.tgz?cache=0&sync_timestamp=1593521294951&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-annotate-as-pure%2Fdownload%2F%40babel%2Fhelper-annotate-as-pure-7.10.4.tgz#5bf0d495a3f757ac3bda48b5bf3b3ba309c72ba3"
...
...
@@ -87,13 +96,13 @@
"@babel/helper-explode-assignable-expression" "^7.12.13"
"@babel/types" "^7.12.13"
"@babel/helper-compilation-targets@^7.12.1
3
":
version "7.12.1
3
"
resolved "https://registry.npm.taobao.org/@babel/helper-compilation-targets/download/@babel/helper-compilation-targets-7.12.1
3.tgz?cache=0&sync_timestamp=1612314908633&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-compilation-targets%2Fdownload%2F%40babel%2Fhelper-compilation-targets-7.12.13.tgz#d689cdef88810aa74e15a7a94186f26a3d773c98
"
integrity sha1-
1onN74iBCqdOFaepQYbyaj13PJg
=
"@babel/helper-compilation-targets@^7.12.1
7
":
version "7.12.1
7
"
resolved "https://registry.npm.taobao.org/@babel/helper-compilation-targets/download/@babel/helper-compilation-targets-7.12.1
7.tgz?cache=0&sync_timestamp=1613661303507&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-compilation-targets%2Fdownload%2F%40babel%2Fhelper-compilation-targets-7.12.17.tgz#91d83fae61ef390d39c3f0507cb83979bab837c7
"
integrity sha1-
kdg/rmHvOQ05w/BQfLg5ebq4N8c
=
dependencies:
"@babel/compat-data" "^7.12.13"
"@babel/helper-validator-option" "^7.12.1
1
"
"@babel/helper-validator-option" "^7.12.1
7
"
browserslist "^4.14.5"
semver "^5.5.0"
...
...
@@ -184,6 +193,21 @@
"@babel/types" "^7.12.13"
lodash "^4.17.19"
"@babel/helper-module-transforms@^7.12.17":
version "7.12.17"
resolved "https://registry.npm.taobao.org/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.12.17.tgz?cache=0&sync_timestamp=1613661307465&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-module-transforms%2Fdownload%2F%40babel%2Fhelper-module-transforms-7.12.17.tgz#7c75b987d6dfd5b48e575648f81eaac891539509"
integrity sha1-fHW5h9bf1bSOV1ZI+B6qyJFTlQk=
dependencies:
"@babel/helper-module-imports" "^7.12.13"
"@babel/helper-replace-supers" "^7.12.13"
"@babel/helper-simple-access" "^7.12.13"
"@babel/helper-split-export-declaration" "^7.12.13"
"@babel/helper-validator-identifier" "^7.12.11"
"@babel/template" "^7.12.13"
"@babel/traverse" "^7.12.17"
"@babel/types" "^7.12.17"
lodash "^4.17.19"
"@babel/helper-optimise-call-expression@^7.12.13":
version "7.12.13"
resolved "https://registry.npm.taobao.org/@babel/helper-optimise-call-expression/download/@babel/helper-optimise-call-expression-7.12.13.tgz?cache=0&sync_timestamp=1612314687212&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-optimise-call-expression%2Fdownload%2F%40babel%2Fhelper-optimise-call-expression-7.12.13.tgz#5c02d171b4c8615b1e7163f888c1c81c30a2aaea"
...
...
@@ -258,10 +282,10 @@
resolved "https://registry.npm.taobao.org/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz?cache=0&sync_timestamp=1608076995361&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-validator-identifier%2Fdownload%2F%40babel%2Fhelper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
integrity sha1-yaHwIZF9y1zPDU5FPjmQIpgfye0=
"@babel/helper-validator-option@^7.12.1
1
":
version "7.12.1
1
"
resolved "https://registry.npm.taobao.org/@babel/helper-validator-option/download/@babel/helper-validator-option-7.12.1
1.tgz?cache=0&sync_timestamp=1608076995499&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-validator-option%2Fdownload%2F%40babel%2Fhelper-validator-option-7.12.11.tgz#d66cb8b7a3e7fe4c6962b32020a131ecf0847f4f
"
integrity sha1-
1my4t6Pn/kxpYrMgIKEx7PCEf08
=
"@babel/helper-validator-option@^7.12.1
7
":
version "7.12.1
7
"
resolved "https://registry.npm.taobao.org/@babel/helper-validator-option/download/@babel/helper-validator-option-7.12.1
7.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831
"
integrity sha1-
0fvwEuGnm37rv9xtJwuq+NnrmDE
=
"@babel/helper-wrap-function@^7.12.13":
version "7.12.13"
...
...
@@ -273,14 +297,14 @@
"@babel/traverse" "^7.12.13"
"@babel/types" "^7.12.13"
"@babel/helpers@^7.12.1
3
":
version "7.12.1
3
"
resolved "https://registry.npm.taobao.org/@babel/helpers/download/@babel/helpers-7.12.1
3.tgz?cache=0&sync_timestamp=1612314730864&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelpers%2Fdownload%2F%40babel%2Fhelpers-7.12.13.tgz#3c75e993632e4dadc0274eae219c73eb7645ba47
"
integrity sha1-
PHXpk2MuTa3AJ06uIZxz63ZFukc
=
"@babel/helpers@^7.12.1
7
":
version "7.12.1
7
"
resolved "https://registry.npm.taobao.org/@babel/helpers/download/@babel/helpers-7.12.1
7.tgz?cache=0&sync_timestamp=1613661308068&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelpers%2Fdownload%2F%40babel%2Fhelpers-7.12.17.tgz#71e03d2981a6b5ee16899964f4101dc8471d60bc
"
integrity sha1-
ceA9KYGmte4WiZlk9BAdyEcdYLw
=
dependencies:
"@babel/template" "^7.12.13"
"@babel/traverse" "^7.12.1
3
"
"@babel/types" "^7.12.1
3
"
"@babel/traverse" "^7.12.1
7
"
"@babel/types" "^7.12.1
7
"
"@babel/highlight@^7.10.4":
version "7.10.4"
...
...
@@ -305,6 +329,11 @@
resolved "https://registry.npm.taobao.org/@babel/parser/download/@babel/parser-7.12.15.tgz?cache=0&sync_timestamp=1612474717518&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fparser%2Fdownload%2F%40babel%2Fparser-7.12.15.tgz#2b20de7f0b4b332d9b119dd9c33409c538b8aacf"
integrity sha1-KyDefwtLMy2bEZ3ZwzQJxTi4qs8=
"@babel/parser@^7.12.17":
version "7.12.17"
resolved "https://registry.npm.taobao.org/@babel/parser/download/@babel/parser-7.12.17.tgz#bc85d2d47db38094e5bb268fc761716e7d693848"
integrity sha1-vIXS1H2zgJTluyaPx2Fxbn1pOEg=
"@babel/plugin-proposal-async-generator-functions@^7.12.13":
version "7.12.13"
resolved "https://registry.npm.taobao.org/@babel/plugin-proposal-async-generator-functions/download/@babel/plugin-proposal-async-generator-functions-7.12.13.tgz?cache=0&sync_timestamp=1612314797418&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-proposal-async-generator-functions%2Fdownload%2F%40babel%2Fplugin-proposal-async-generator-functions-7.12.13.tgz#d1c6d841802ffb88c64a2413e311f7345b9e66b5"
...
...
@@ -339,12 +368,12 @@
"@babel/helper-plugin-utils" "^7.12.13"
"@babel/plugin-syntax-do-expressions" "^7.12.13"
"@babel/plugin-proposal-dynamic-import@^7.12.1":
version "7.12.1"
resolved "https://registry.npm.taobao.org/@babel/plugin-proposal-dynamic-import/download/@babel/plugin-proposal-dynamic-import-7.12.1
.tgz?cache=0&sync_timestamp=1602801779067&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-proposal-dynamic-import%2Fdownload%2F%40babel%2Fplugin-proposal-dynamic-import-7.12.1.tgz#43eb5c2a3487ecd98c5c8ea8b5fdb69a2749b2dc
"
integrity sha1-
Q+tcKjSH7NmMXI6otf22midJstw
=
"@babel/plugin-proposal-dynamic-import@^7.12.1
7
":
version "7.12.1
7
"
resolved "https://registry.npm.taobao.org/@babel/plugin-proposal-dynamic-import/download/@babel/plugin-proposal-dynamic-import-7.12.1
7.tgz#e0ebd8db65acc37eac518fa17bead2174e224512
"
integrity sha1-
4OvY22Wsw36sUY+he+rSF04iRRI
=
dependencies:
"@babel/helper-plugin-utils" "^7.1
0.4
"
"@babel/helper-plugin-utils" "^7.1
2.13
"
"@babel/plugin-syntax-dynamic-import" "^7.8.0"
"@babel/plugin-proposal-export-default-from@^7.12.13":
...
...
@@ -429,10 +458,10 @@
"@babel/helper-plugin-utils" "^7.12.13"
"@babel/plugin-syntax-optional-catch-binding" "^7.8.0"
"@babel/plugin-proposal-optional-chaining@^7.12.1
3
":
version "7.12.1
3
"
resolved "https://registry.npm.taobao.org/@babel/plugin-proposal-optional-chaining/download/@babel/plugin-proposal-optional-chaining-7.12.1
3.tgz?cache=0&sync_timestamp=1612314835146&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-proposal-optional-chaining%2Fdownload%2F%40babel%2Fplugin-proposal-optional-chaining-7.12.13.tgz#63a7d805bc8ce626f3234ee5421a2a7fb23f66d9
"
integrity sha1-
Y6fYBbyM5ibzI07lQhoqf7I/Ztk
=
"@babel/plugin-proposal-optional-chaining@^7.12.1
7
":
version "7.12.1
7
"
resolved "https://registry.npm.taobao.org/@babel/plugin-proposal-optional-chaining/download/@babel/plugin-proposal-optional-chaining-7.12.1
7.tgz#e382becadc2cb16b7913b6c672d92e4b33385b5c
"
integrity sha1-
44K+ytwssWt5E7bGctkuSzM4W1w
=
dependencies:
"@babel/helper-plugin-utils" "^7.12.13"
"@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
...
...
@@ -823,10 +852,10 @@
dependencies:
"@babel/helper-plugin-utils" "^7.12.13"
"@babel/plugin-transform-runtime@^7.12.1
5
":
version "7.12.1
5
"
resolved "https://registry.npm.taobao.org/@babel/plugin-transform-runtime/download/@babel/plugin-transform-runtime-7.12.1
5.tgz#4337b2507288007c2b197059301aa0af8d90c085
"
integrity sha1-
QzeyUHKIAHwrGXBZMBqgr42QwIU
=
"@babel/plugin-transform-runtime@^7.12.1
7
":
version "7.12.1
7
"
resolved "https://registry.npm.taobao.org/@babel/plugin-transform-runtime/download/@babel/plugin-transform-runtime-7.12.1
7.tgz#329cb61d293b7e60a7685b91dda7c300668cee18
"
integrity sha1-
Mpy2HSk7fmCnaFuR3afDAGaM7hg
=
dependencies:
"@babel/helper-module-imports" "^7.12.13"
"@babel/helper-plugin-utils" "^7.12.13"
...
...
@@ -891,19 +920,19 @@
core-js "^2.6.5"
regenerator-runtime "^0.13.4"
"@babel/preset-env@^7.12.1
3
":
version "7.12.1
3
"
resolved "https://registry.npm.taobao.org/@babel/preset-env/download/@babel/preset-env-7.12.1
3.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fpreset-env%2Fdownload%2F%40babel%2Fpreset-env-7.12.13.tgz#3aa2d09cf7d255177538dff292ac9af29ad46525
"
integrity sha1-
OqLQnPfSVRd1ON/ykqya8prUZSU
=
"@babel/preset-env@^7.12.1
7
":
version "7.12.1
7
"
resolved "https://registry.npm.taobao.org/@babel/preset-env/download/@babel/preset-env-7.12.1
7.tgz#94a3793ff089c32ee74d76a3c03a7597693ebaaa
"
integrity sha1-
lKN5P/CJwy7nTXajwDp1l2k+uqo
=
dependencies:
"@babel/compat-data" "^7.12.13"
"@babel/helper-compilation-targets" "^7.12.1
3
"
"@babel/helper-compilation-targets" "^7.12.1
7
"
"@babel/helper-module-imports" "^7.12.13"
"@babel/helper-plugin-utils" "^7.12.13"
"@babel/helper-validator-option" "^7.12.1
1
"
"@babel/helper-validator-option" "^7.12.1
7
"
"@babel/plugin-proposal-async-generator-functions" "^7.12.13"
"@babel/plugin-proposal-class-properties" "^7.12.13"
"@babel/plugin-proposal-dynamic-import" "^7.12.1"
"@babel/plugin-proposal-dynamic-import" "^7.12.1
7
"
"@babel/plugin-proposal-export-namespace-from" "^7.12.13"
"@babel/plugin-proposal-json-strings" "^7.12.13"
"@babel/plugin-proposal-logical-assignment-operators" "^7.12.13"
...
...
@@ -911,7 +940,7 @@
"@babel/plugin-proposal-numeric-separator" "^7.12.13"
"@babel/plugin-proposal-object-rest-spread" "^7.12.13"
"@babel/plugin-proposal-optional-catch-binding" "^7.12.13"
"@babel/plugin-proposal-optional-chaining" "^7.12.1
3
"
"@babel/plugin-proposal-optional-chaining" "^7.12.1
7
"
"@babel/plugin-proposal-private-methods" "^7.12.13"
"@babel/plugin-proposal-unicode-property-regex" "^7.12.13"
"@babel/plugin-syntax-async-generators" "^7.8.0"
...
...
@@ -959,7 +988,7 @@
"@babel/plugin-transform-unicode-escapes" "^7.12.13"
"@babel/plugin-transform-unicode-regex" "^7.12.13"
"@babel/preset-modules" "^0.1.3"
"@babel/types" "^7.12.1
3
"
"@babel/types" "^7.12.1
7
"
core-js-compat "^3.8.0"
semver "^5.5.0"
...
...
@@ -985,10 +1014,10 @@
pirates "^4.0.0"
source-map-support "^0.5.16"
"@babel/runtime@^7.12.1
3
":
version "7.12.1
3
"
resolved "https://registry.npm.taobao.org/@babel/runtime/download/@babel/runtime-7.12.1
3.tgz#0a21452352b02542db0ffb928ac2d3ca7cb6d66d
"
integrity sha1-
CiFFI1KwJULbD/uSisLTyny21m0
=
"@babel/runtime@^7.12.1
8
":
version "7.12.1
8
"
resolved "https://registry.npm.taobao.org/@babel/runtime/download/@babel/runtime-7.12.1
8.tgz#af137bd7e7d9705a412b3caaf991fe6aaa97831b
"
integrity sha1-
rxN71+fZcFpBKzyq+ZH+aqqXgxs
=
dependencies:
regenerator-runtime "^0.13.4"
...
...
@@ -1023,6 +1052,21 @@
globals "^11.1.0"
lodash "^4.17.19"
"@babel/traverse@^7.12.17":
version "7.12.17"
resolved "https://registry.npm.taobao.org/@babel/traverse/download/@babel/traverse-7.12.17.tgz#40ec8c7ffb502c4e54c7f95492dc11b88d718619"
integrity sha1-QOyMf/tQLE5Ux/lUktwRuI1xhhk=
dependencies:
"@babel/code-frame" "^7.12.13"
"@babel/generator" "^7.12.17"
"@babel/helper-function-name" "^7.12.13"
"@babel/helper-split-export-declaration" "^7.12.13"
"@babel/parser" "^7.12.17"
"@babel/types" "^7.12.17"
debug "^4.1.0"
globals "^11.1.0"
lodash "^4.17.19"
"@babel/types@^7.10.4", "@babel/types@^7.4.4":
version "7.10.4"
resolved "https://registry.npm.taobao.org/@babel/types/download/@babel/types-7.10.4.tgz?cache=0&sync_timestamp=1593522838025&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Ftypes%2Fdownload%2F%40babel%2Ftypes-7.10.4.tgz#369517188352e18219981efd156bfdb199fff1ee"
...
...
@@ -1050,6 +1094,15 @@
lodash "^4.17.19"
to-fast-properties "^2.0.0"
"@babel/types@^7.12.17":
version "7.12.17"
resolved "https://registry.npm.taobao.org/@babel/types/download/@babel/types-7.12.17.tgz#9d711eb807e0934c90b8b1ca0eb1f7230d150963"
integrity sha1-nXEeuAfgk0yQuLHKDrH3Iw0VCWM=
dependencies:
"@babel/helper-validator-identifier" "^7.12.11"
lodash "^4.17.19"
to-fast-properties "^2.0.0"
"@develar/schema-utils@~2.6.5":
version "2.6.5"
resolved "https://registry.npm.taobao.org/@develar/schema-utils/download/@develar/schema-utils-2.6.5.tgz?cache=0&sync_timestamp=1583923594521&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40develar%2Fschema-utils%2Fdownload%2F%40develar%2Fschema-utils-2.6.5.tgz#3ece22c5838402419a6e0425f85742b961d9b6c6"
...
...
@@ -1166,10 +1219,10 @@
dependencies:
"@types/node" "*"
"@types/fs-extra@^9.0.
6
":
version "9.0.
6
"
resolved "https://registry.npm.taobao.org/@types/fs-extra/download/@types/fs-extra-9.0.
6.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Ffs-extra%2Fdownload%2F%40types%2Ffs-extra-9.0.6.tgz#488e56b77299899a608b8269719c1d133027a6ab
"
integrity sha1-
SI5Wt3KZiZpgi4JpcZwdEzAnpqs
=
"@types/fs-extra@^9.0.
7
":
version "9.0.
7
"
resolved "https://registry.npm.taobao.org/@types/fs-extra/download/@types/fs-extra-9.0.
7.tgz#a9ef2ffdab043def080c5bec94c03402f793577f
"
integrity sha1-
qe8v/asEPe8IDFvslMA0AveTV38
=
dependencies:
"@types/node" "*"
...
...
@@ -1221,10 +1274,10 @@
resolved "https://registry.npm.taobao.org/@types/node/download/@types/node-12.12.48.tgz?cache=0&sync_timestamp=1594068001359&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fnode%2Fdownload%2F%40types%2Fnode-12.12.48.tgz#4135f064eeed9fcfb4756deea5ba2caa11603391"
integrity sha1-QTXwZO7tn8+0dW3upbosqhFgM5E=
"@types/node@^14.14.
25
":
version "14.14.
25
"
resolved "https://registry.npm.taobao.org/@types/node/download/@types/node-14.14.
25.tgz#15967a7b577ff81383f9b888aa6705d43fbbae93
"
integrity sha1-
FZZ6e1d/+BOD+biIqmcF1D+7rpM
=
"@types/node@^14.14.
30
":
version "14.14.
30
"
resolved "https://registry.npm.taobao.org/@types/node/download/@types/node-14.14.
30.tgz#7d5162eec085ba34f8cb9011e9ba12119f76f961
"
integrity sha1-
fVFi7sCFujT4y5AR6boSEZ92+WE
=
"@types/semver@^7.3.1":
version "7.3.3"
...
...
@@ -1493,10 +1546,10 @@ ajv@^7.0.2:
require-from-string "^2.0.2"
uri-js "^4.2.2"
ajv@^7.1.
0
:
version "7.1.
0
"
resolved "https://registry.npm.taobao.org/ajv/download/ajv-7.1.
0.tgz#f982ea7933dc7f1012eae9eec5a86687d805421b
"
integrity sha1-
+YLqeTPcfxAS6unuxahmh9gFQhs
=
ajv@^7.1.
1
:
version "7.1.
1
"
resolved "https://registry.npm.taobao.org/ajv/download/ajv-7.1.
1.tgz#1e6b37a454021fa9941713f38b952fc1c8d32a84
"
integrity sha1-
Hms3pFQCH6mUFxPzi5UvwcjTKoQ
=
dependencies:
fast-deep-equal "^3.1.1"
json-schema-traverse "^1.0.0"
...
...
@@ -2543,10 +2596,10 @@ core-js@^3.6.5:
resolved "https://registry.npm.taobao.org/core-js/download/core-js-3.6.5.tgz?cache=0&sync_timestamp=1586450269267&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcore-js%2Fdownload%2Fcore-js-3.6.5.tgz#7395dc273af37fb2e50e9bd3d9fe841285231d1a"
integrity sha1-c5XcJzrzf7LlDpvT2f6EEoUjHRo=
core-js@^3.
8.3
:
version "3.
8.3
"
resolved "https://registry.npm.taobao.org/core-js/download/core-js-3.
8.3.tgz?cache=0&sync_timestamp=1611040749668&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcore-js%2Fdownload%2Fcore-js-3.8.3.tgz#c21906e1f14f3689f93abcc6e26883550dd92dd0
"
integrity sha1-
whkG4fFPNon5OrzG4miDVQ3ZLdA
=
core-js@^3.
9.0
:
version "3.
9.0
"
resolved "https://registry.npm.taobao.org/core-js/download/core-js-3.
9.0.tgz#790b1bb11553a2272b36e2625c7179db345492f8
"
integrity sha1-
eQsbsRVToicrNuJiXHF52zRUkvg
=
core-util-is@~1.0.0:
version "1.0.2"
...
...
@@ -3347,10 +3400,10 @@ eslint-visitor-keys@^2.0.0:
resolved "https://registry.npm.taobao.org/eslint-visitor-keys/download/eslint-visitor-keys-2.0.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Feslint-visitor-keys%2Fdownload%2Feslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
integrity sha1-If3I+82ceVzAMh8FY3AglXUVEag=
eslint-webpack-plugin@^2.5.
0
:
version "2.5.
0
"
resolved "https://registry.npm.taobao.org/eslint-webpack-plugin/download/eslint-webpack-plugin-2.5.
0.tgz#a8f96f30dee245c92384f8109f41f473f603faba
"
integrity sha1-
qPlvMN7iRckjhPgQn0H0c/YD+ro
=
eslint-webpack-plugin@^2.5.
2
:
version "2.5.
2
"
resolved "https://registry.npm.taobao.org/eslint-webpack-plugin/download/eslint-webpack-plugin-2.5.
2.tgz#4ee17577d6392bf72048080a1678d6237183db81
"
integrity sha1-
TuF1d9Y5K/cgSAgKFnjWI3GD24E
=
dependencies:
"@types/eslint" "^7.2.6"
arrify "^2.0.1"
...
...
@@ -3358,12 +3411,12 @@ eslint-webpack-plugin@^2.5.0:
micromatch "^4.0.2"
schema-utils "^3.0.0"
eslint@^7.
19
.0:
version "7.
19
.0"
resolved "https://registry.npm.taobao.org/eslint/download/eslint-7.
19.0.tgz#6719621b196b5fad72e43387981314e5d0dc3f41
"
integrity sha1-
ZxliGxlrX61y5DOHmBMU5dDcP0E
=
eslint@^7.
20
.0:
version "7.
20
.0"
resolved "https://registry.npm.taobao.org/eslint/download/eslint-7.
20.0.tgz#db07c4ca4eda2e2316e7aa57ac7fc91ec550bdc7
"
integrity sha1-
2wfEyk7aLiMW56pXrH/JHsVQvcc
=
dependencies:
"@babel/code-frame" "
^7.0.0
"
"@babel/code-frame" "
7.12.11
"
"@eslint/eslintrc" "^0.3.0"
ajv "^6.10.0"
chalk "^4.0.0"
...
...
@@ -3375,7 +3428,7 @@ eslint@^7.19.0:
eslint-utils "^2.1.0"
eslint-visitor-keys "^2.0.0"
espree "^7.3.1"
esquery "^1.
2
.0"
esquery "^1.
4
.0"
esutils "^2.0.2"
file-entry-cache "^6.0.0"
functional-red-black-tree "^1.0.1"
...
...
@@ -3420,7 +3473,7 @@ esprima@~3.1.0:
resolved "https://registry.npm.taobao.org/esprima/download/esprima-3.1.3.tgz#fdca51cee6133895e3c88d535ce49dbff62a4633"
integrity sha1-/cpRzuYTOJXjyI1TXOSdv/YqRjM=
esquery@^1.
2
.0:
esquery@^1.
4
.0:
version "1.4.0"
resolved "https://registry.npm.taobao.org/esquery/download/esquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5"
integrity sha1-IUj/w4uC6McFff7UhCWz5h8PJKU=
...
...
@@ -4175,10 +4228,10 @@ html-minifier@^2.1.5:
relateurl "0.2.x"
uglify-js "2.6.x"
html-webpack-plugin@^5.
0
.0:
version "5.
0
.0"
resolved "https://registry.npm.taobao.org/html-webpack-plugin/download/html-webpack-plugin-5.
0.0.tgz#457a9defb33ce368135078b4e0387a27f3fe244d
"
integrity sha1-
RXqd77M842gTUHi04Dh6J/P+JE0
=
html-webpack-plugin@^5.
1
.0:
version "5.
1
.0"
resolved "https://registry.npm.taobao.org/html-webpack-plugin/download/html-webpack-plugin-5.
1.0.tgz#1c11bbe01ab9d1262c4b601edebcf394364b1f60
"
integrity sha1-
HBG74Bq50SYsS2Ae3rzzlDZLH2A
=
dependencies:
"@types/html-minifier-terser" "^5.0.0"
html-minifier-terser "^5.0.1"
...
...
@@ -5383,10 +5436,10 @@ mimic-response@^1.0.0, mimic-response@^1.0.1:
resolved "https://registry.npm.taobao.org/mimic-response/download/mimic-response-1.0.1.tgz#4923538878eef42063cb8a3e3b0798781487ab1b"
integrity sha1-SSNTiHju9CBjy4o+OweYeBSHqxs=
mini-css-extract-plugin@1.3.
6
:
version "1.3.
6
"
resolved "https://registry.npm.taobao.org/mini-css-extract-plugin/download/mini-css-extract-plugin-1.3.
6.tgz#02e2b477aa7ab2579c7ea2854a875897a8b8dad0
"
integrity sha1-
AuK0d6p6slecfqKFSodYl6i42tA
=
mini-css-extract-plugin@1.3.
8
:
version "1.3.
8
"
resolved "https://registry.npm.taobao.org/mini-css-extract-plugin/download/mini-css-extract-plugin-1.3.
8.tgz#639047b78c2ee728704285aa468d2a5a8d91d566
"
integrity sha1-
Y5BHt4wu5yhwQoWqRo0qWo2R1WY
=
dependencies:
loader-utils "^2.0.0"
schema-utils "^3.0.0"
...
...
@@ -6724,10 +6777,10 @@ sass-loader@^11.0.1:
klona "^2.0.4"
neo-async "^2.6.2"
sass@^1.32.
7
:
version "1.32.
7
"
resolved "https://registry.npm.taobao.org/sass/download/sass-1.32.
7.tgz#632a9df2b85dc4b346977fcaf2d5e6f2b7039fd8
"
integrity sha1-
Yyqd8rhdxLNGl3/K8tXm8rcDn9g
=
sass@^1.32.
8
:
version "1.32.
8
"
resolved "https://registry.npm.taobao.org/sass/download/sass-1.32.
8.tgz#f16a9abd8dc530add8834e506878a2808c037bdc
"
integrity sha1-
8WqavY3FMK3Yg05QaHiigIwDe9w
=
dependencies:
chokidar ">=2.0.0 <4.0.0"
...
...
@@ -8017,10 +8070,10 @@ webpack-sources@^2.1.1:
source-list-map "^2.0.1"
source-map "^0.6.1"
webpack@^5.2
1.2
:
version "5.2
1.2
"
resolved "https://registry.npm.taobao.org/webpack/download/webpack-5.2
1.2.tgz#647507e50d3637695be28af58a6a8246050394e7
"
integrity sha1-
ZHUH5Q02N2lb4or1imqCRgUDlOc
=
webpack@^5.2
3.0
:
version "5.2
3.0
"
resolved "https://registry.npm.taobao.org/webpack/download/webpack-5.2
3.0.tgz#9ed57e9a54b267b3549899271ad780cddc6ee316
"
integrity sha1-
ntV+mlSyZ7NUmJknGteAzdxu4xY
=
dependencies:
"@types/eslint-scope" "^3.7.0"
"@types/estree" "^0.0.46"
...
...
请
注册
或
登录
后发表评论