左侧报表
19
.babelrc
@@ -1,6 +1,8 @@
|
|||||||
{
|
{
|
||||||
"presets": [
|
"presets": [
|
||||||
["env", {
|
["es2015", { "modules": false }],
|
||||||
|
[
|
||||||
|
"env", {
|
||||||
"modules": false,
|
"modules": false,
|
||||||
"targets": {
|
"targets": {
|
||||||
"browsers": ["> 1%", "last 2 versions", "not ie <= 8"]
|
"browsers": ["> 1%", "last 2 versions", "not ie <= 8"]
|
||||||
@@ -11,9 +13,12 @@
|
|||||||
"plugins": [
|
"plugins": [
|
||||||
"transform-vue-jsx",
|
"transform-vue-jsx",
|
||||||
"transform-runtime",
|
"transform-runtime",
|
||||||
["import", {
|
[
|
||||||
"libraryName": "vant",
|
"component",
|
||||||
"libraryDirectory": "es",
|
{
|
||||||
"style": true
|
"libraryName": "element-ui",
|
||||||
}]]
|
"styleLibraryName": "theme-chalk"
|
||||||
}
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -12,8 +12,11 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"axios": "^0.18.0",
|
"axios": "^0.18.0",
|
||||||
|
"babel-plugin-component": "^1.1.1",
|
||||||
"babel-polyfill": "^6.26.0",
|
"babel-polyfill": "^6.26.0",
|
||||||
|
"babel-preset-es2015": "^6.24.1",
|
||||||
"echarts": "^5.1.1",
|
"echarts": "^5.1.1",
|
||||||
|
"element-ui": "^2.15.14",
|
||||||
"stylus": "^0.54.5",
|
"stylus": "^0.54.5",
|
||||||
"stylus-loader": "^3.0.2",
|
"stylus-loader": "^3.0.2",
|
||||||
"vue": "^2.5.2",
|
"vue": "^2.5.2",
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ export const homepageDataLeft = () => {
|
|||||||
// 需生产
|
// 需生产
|
||||||
'plan': 14,
|
'plan': 14,
|
||||||
// 已生产
|
// 已生产
|
||||||
'real': 16
|
'real': 17
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
// 物料编码
|
// 物料编码
|
||||||
@@ -28,7 +28,7 @@ export const homepageDataLeft = () => {
|
|||||||
'materialCode': 'GBMCZ3027L323217GM003ZX22-30',
|
'materialCode': 'GBMCZ3027L323217GM003ZX22-30',
|
||||||
'materialName': '物料三',
|
'materialName': '物料三',
|
||||||
// 需生产
|
// 需生产
|
||||||
'plan': 14,
|
'plan': 20,
|
||||||
// 已生产
|
// 已生产
|
||||||
'real': 16
|
'real': 16
|
||||||
},
|
},
|
||||||
@@ -52,8 +52,8 @@ export const homepageDataLeft = () => {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
// 物料编码
|
// 物料编码
|
||||||
'materialCode': 'GBMCZ3027L323217GM003ZX22-30',
|
'materialCode': 'GBMCZ3027L323217GM003ZX22-31',
|
||||||
'materialName': '物料六',
|
'materialName': '物料6',
|
||||||
// 需生产
|
// 需生产
|
||||||
'plan': 14,
|
'plan': 14,
|
||||||
// 已生产
|
// 已生产
|
||||||
@@ -61,8 +61,8 @@ export const homepageDataLeft = () => {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
// 物料编码
|
// 物料编码
|
||||||
'materialCode': 'GBMCZ3027L323217GM003ZX22-30',
|
'materialCode': 'GBMCZ3027L323217GM003ZX22-32',
|
||||||
'materialName': '物料七',
|
'materialName': '物料7',
|
||||||
// 需生产
|
// 需生产
|
||||||
'plan': 14,
|
'plan': 14,
|
||||||
// 已生产
|
// 已生产
|
||||||
@@ -71,6 +71,66 @@ export const homepageDataLeft = () => {
|
|||||||
],
|
],
|
||||||
// 当日成品 最多7个元素
|
// 当日成品 最多7个元素
|
||||||
'todaySort': [
|
'todaySort': [
|
||||||
|
{
|
||||||
|
// 物料编码
|
||||||
|
'materialCode': 'GBMCZ3027L323217GM003ZX22-30',
|
||||||
|
// 需生产
|
||||||
|
'plan': 10,
|
||||||
|
// 已压制
|
||||||
|
'press': 20,
|
||||||
|
// 已完成
|
||||||
|
'real': 30
|
||||||
|
},
|
||||||
|
{
|
||||||
|
// 物料编码
|
||||||
|
'materialCode': 'GBMCZ3027L323217GM003ZX22-30',
|
||||||
|
// 需生产
|
||||||
|
'plan': 10,
|
||||||
|
// 已压制
|
||||||
|
'press': 20,
|
||||||
|
// 已完成
|
||||||
|
'real': 30
|
||||||
|
},
|
||||||
|
{
|
||||||
|
// 物料编码
|
||||||
|
'materialCode': 'GBMCZ3027L323217GM003ZX22-30',
|
||||||
|
// 需生产
|
||||||
|
'plan': 10,
|
||||||
|
// 已压制
|
||||||
|
'press': 20,
|
||||||
|
// 已完成
|
||||||
|
'real': 30
|
||||||
|
},
|
||||||
|
{
|
||||||
|
// 物料编码
|
||||||
|
'materialCode': 'GBMCZ3027L323217GM003ZX22-30',
|
||||||
|
// 需生产
|
||||||
|
'plan': 10,
|
||||||
|
// 已压制
|
||||||
|
'press': 20,
|
||||||
|
// 已完成
|
||||||
|
'real': 30
|
||||||
|
},
|
||||||
|
{
|
||||||
|
// 物料编码
|
||||||
|
'materialCode': 'GBMCZ3027L323217GM003ZX22-30',
|
||||||
|
// 需生产
|
||||||
|
'plan': 10,
|
||||||
|
// 已压制
|
||||||
|
'press': 20,
|
||||||
|
// 已完成
|
||||||
|
'real': 30
|
||||||
|
},
|
||||||
|
{
|
||||||
|
// 物料编码
|
||||||
|
'materialCode': 'GBMCZ3027L323217GM003ZX22-30',
|
||||||
|
// 需生产
|
||||||
|
'plan': 10,
|
||||||
|
// 已压制
|
||||||
|
'press': 20,
|
||||||
|
// 已完成
|
||||||
|
'real': 30
|
||||||
|
},
|
||||||
{
|
{
|
||||||
// 物料编码
|
// 物料编码
|
||||||
'materialCode': 'GBMCZ3027L323217GM003ZX22-30',
|
'materialCode': 'GBMCZ3027L323217GM003ZX22-30',
|
||||||
@@ -113,7 +173,7 @@ export const homepageDataLeft = () => {
|
|||||||
'plan': 0.0
|
'plan': 0.0
|
||||||
},
|
},
|
||||||
// 信息
|
// 信息
|
||||||
'message': '今日共需生产8400块,物料种类2种,已完成包装11托,共900块,1个物料,完成率25%。'
|
'message': '今日共需生产<span>8400</span>块,物料种类2种,已完成包装11托,共900块,1个物料,完成率25%。'
|
||||||
},
|
},
|
||||||
// 历史分析 固定7个元素
|
// 历史分析 固定7个元素
|
||||||
'history': [
|
'history': [
|
||||||
|
|||||||
BIN
src/images/bg-m_2.png
Normal file
|
After Width: | Height: | Size: 44 KiB |
BIN
src/images/bg-title_2.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
src/images/fk_1.png
Normal file
|
After Width: | Height: | Size: 541 B |
BIN
src/images/fk_2.png
Normal file
|
After Width: | Height: | Size: 552 B |
BIN
src/images/fk_3.png
Normal file
|
After Width: | Height: | Size: 609 B |
BIN
src/images/fk_4.png
Normal file
|
After Width: | Height: | Size: 568 B |
BIN
src/images/fk_5.png
Normal file
|
After Width: | Height: | Size: 549 B |
BIN
src/images/gl-bg_1.png
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
src/images/gl-bg_2.png
Normal file
|
After Width: | Height: | Size: 23 KiB |
BIN
src/images/gl-bg_3.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
src/images/light_1.png
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
src/images/message-bg.png
Normal file
|
After Width: | Height: | Size: 46 KiB |
BIN
src/images/pie-bg_1.png
Normal file
|
After Width: | Height: | Size: 56 KiB |
BIN
src/images/pie-bg_2.png
Normal file
|
After Width: | Height: | Size: 60 KiB |
BIN
src/images/pie_1.png
Normal file
|
After Width: | Height: | Size: 23 KiB |
BIN
src/images/symbol_1.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
src/images/symbol_2.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
@@ -11,6 +11,9 @@
|
|||||||
<div class="n_header_h1">
|
<div class="n_header_h1">
|
||||||
<h1>生产数据</h1>
|
<h1>生产数据</h1>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="n_header_h2">
|
||||||
|
<h2>辽宁晟华耐火材料有限公司</h2>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="left_bg"></div>
|
<div class="left_bg"></div>
|
||||||
<div class="button_bg"></div>
|
<div class="button_bg"></div>
|
||||||
@@ -62,12 +65,27 @@ export default {
|
|||||||
line-height: 44px;
|
line-height: 44px;
|
||||||
opacity: 0.89;
|
opacity: 0.89;
|
||||||
letter-spacing 18px
|
letter-spacing 18px
|
||||||
background: linear-gradient(0deg, #AAD0F6 0%, #D7E7F5 73.3154296875%, #E0EAF6 100%);
|
background: linear-gradient(0deg, #AAD0F6 0%, #D7E7F5 53.3154296875%, #E0EAF6 100%);
|
||||||
filter: drop-shadow(#092F6D 1px 4px 1px);
|
filter: drop-shadow(#092F6D 1px 4px 1px);
|
||||||
-webkit-background-clip: text;
|
-webkit-background-clip: text;
|
||||||
background-clip: text;
|
background-clip: text;
|
||||||
text-align right
|
text-align right
|
||||||
margin-right -9px
|
margin-right -9px
|
||||||
|
.n_header_h2
|
||||||
|
position absolute
|
||||||
|
top 18px
|
||||||
|
left 29px
|
||||||
|
width 562px
|
||||||
|
height 31px
|
||||||
|
h2
|
||||||
|
font-size: 42px;
|
||||||
|
font-family: 'YouSheBiaoTiHei';
|
||||||
|
font-weight: 400;
|
||||||
|
color: transparent;
|
||||||
|
line-height: 29px;
|
||||||
|
background: linear-gradient(0deg, #B6C3D3 0%, #E3E9F2 53.3154296875%, #FEFEFE 100%);
|
||||||
|
-webkit-background-clip: text;
|
||||||
|
background-clip: text;
|
||||||
.left_bg
|
.left_bg
|
||||||
position absolute
|
position absolute
|
||||||
left 0
|
left 0
|
||||||
@@ -92,9 +110,8 @@ export default {
|
|||||||
.n_left_wraper
|
.n_left_wraper
|
||||||
width 935px
|
width 935px
|
||||||
height 100%
|
height 100%
|
||||||
opacity 0.5
|
|
||||||
.n_right_wraper
|
.n_right_wraper
|
||||||
width calc(100% - 965px)
|
width calc(100% - 965px)
|
||||||
height 100%
|
height 100%
|
||||||
background center / 100% url('../../../../images/bg-center_left.jpg') no-repeat
|
padding-top 5px
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -6,4 +6,5 @@
|
|||||||
@import '~@style/mixin'
|
@import '~@style/mixin'
|
||||||
.right_wraper
|
.right_wraper
|
||||||
_wh(100%, 100%)
|
_wh(100%, 100%)
|
||||||
|
background center / 100% url('../../../../images/bg-center_left.jpg') no-repeat
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -145,4 +145,8 @@ div, p {
|
|||||||
|
|
||||||
.hidden {
|
.hidden {
|
||||||
visibility: hidden
|
visibility: hidden
|
||||||
|
}
|
||||||
|
|
||||||
|
.relative {
|
||||||
|
position: relative
|
||||||
}
|
}
|
||||||
129
yarn.lock
@@ -36,6 +36,14 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
"@babel/types" "7.0.0-beta.44"
|
"@babel/types" "7.0.0-beta.44"
|
||||||
|
|
||||||
|
"@babel/helper-module-imports@7.0.0-beta.35":
|
||||||
|
version "7.0.0-beta.35"
|
||||||
|
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.0.0-beta.35.tgz#308e350e731752cdb4d0f058df1d704925c64e0a"
|
||||||
|
integrity sha512-vaC1KyIZSuyWb3Lj277fX0pxivyHwuDU4xZsofqgYAbkDxNieMg2vuhzP5AgMweMY7fCQUMTi+BgPqTLjkxXFg==
|
||||||
|
dependencies:
|
||||||
|
"@babel/types" "7.0.0-beta.35"
|
||||||
|
lodash "^4.2.0"
|
||||||
|
|
||||||
"@babel/helper-module-imports@^7.0.0":
|
"@babel/helper-module-imports@^7.0.0":
|
||||||
version "7.0.0"
|
version "7.0.0"
|
||||||
resolved "http://registry.npm.taobao.org/@babel/helper-module-imports/download/@babel/helper-module-imports-7.0.0.tgz#96081b7111e486da4d2cd971ad1a4fe216cc2e3d"
|
resolved "http://registry.npm.taobao.org/@babel/helper-module-imports/download/@babel/helper-module-imports-7.0.0.tgz#96081b7111e486da4d2cd971ad1a4fe216cc2e3d"
|
||||||
@@ -92,6 +100,15 @@
|
|||||||
invariant "^2.2.0"
|
invariant "^2.2.0"
|
||||||
lodash "^4.2.0"
|
lodash "^4.2.0"
|
||||||
|
|
||||||
|
"@babel/types@7.0.0-beta.35":
|
||||||
|
version "7.0.0-beta.35"
|
||||||
|
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.35.tgz#cf933a9a9a38484ca724b335b88d83726d5ab960"
|
||||||
|
integrity sha512-y9XT11CozHDgjWcTdxmhSj13rJVXpa5ZXwjjOiTedjaM0ba5ItqdS02t31EhPl7HtOWxsZkYCCUNrSfrOisA6w==
|
||||||
|
dependencies:
|
||||||
|
esutils "^2.0.2"
|
||||||
|
lodash "^4.2.0"
|
||||||
|
to-fast-properties "^2.0.0"
|
||||||
|
|
||||||
"@babel/types@7.0.0-beta.44":
|
"@babel/types@7.0.0-beta.44":
|
||||||
version "7.0.0-beta.44"
|
version "7.0.0-beta.44"
|
||||||
resolved "http://registry.npm.taobao.org/@babel/types/download/@babel/types-7.0.0-beta.44.tgz#6b1b164591f77dec0a0342aca995f2d046b3a757"
|
resolved "http://registry.npm.taobao.org/@babel/types/download/@babel/types-7.0.0-beta.44.tgz#6b1b164591f77dec0a0342aca995f2d046b3a757"
|
||||||
@@ -364,6 +381,13 @@ async-limiter@~1.0.0:
|
|||||||
resolved "http://registry.npm.taobao.org/async-limiter/download/async-limiter-1.0.0.tgz#78faed8c3d074ab81f22b4e985d79e8738f720f8"
|
resolved "http://registry.npm.taobao.org/async-limiter/download/async-limiter-1.0.0.tgz#78faed8c3d074ab81f22b4e985d79e8738f720f8"
|
||||||
integrity sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg==
|
integrity sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg==
|
||||||
|
|
||||||
|
async-validator@~1.8.1:
|
||||||
|
version "1.8.5"
|
||||||
|
resolved "https://registry.yarnpkg.com/async-validator/-/async-validator-1.8.5.tgz#dc3e08ec1fd0dddb67e60842f02c0cd1cec6d7f0"
|
||||||
|
integrity sha512-tXBM+1m056MAX0E8TL2iCjg8WvSyXu0Zc8LNtYqrVeyoL3+esHRZ4SieE9fKQyyU09uONjnMEjrNBMqT0mbvmA==
|
||||||
|
dependencies:
|
||||||
|
babel-runtime "6.x"
|
||||||
|
|
||||||
async@^1.5.2:
|
async@^1.5.2:
|
||||||
version "1.5.2"
|
version "1.5.2"
|
||||||
resolved "http://registry.npm.taobao.org/async/download/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a"
|
resolved "http://registry.npm.taobao.org/async/download/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a"
|
||||||
@@ -597,7 +621,7 @@ babel-helper-replace-supers@^6.24.1:
|
|||||||
babel-traverse "^6.24.1"
|
babel-traverse "^6.24.1"
|
||||||
babel-types "^6.24.1"
|
babel-types "^6.24.1"
|
||||||
|
|
||||||
babel-helper-vue-jsx-merge-props@^2.0.3:
|
babel-helper-vue-jsx-merge-props@^2.0.0, babel-helper-vue-jsx-merge-props@^2.0.3:
|
||||||
version "2.0.3"
|
version "2.0.3"
|
||||||
resolved "http://registry.npm.taobao.org/babel-helper-vue-jsx-merge-props/download/babel-helper-vue-jsx-merge-props-2.0.3.tgz#22aebd3b33902328e513293a8e4992b384f9f1b6"
|
resolved "http://registry.npm.taobao.org/babel-helper-vue-jsx-merge-props/download/babel-helper-vue-jsx-merge-props-2.0.3.tgz#22aebd3b33902328e513293a8e4992b384f9f1b6"
|
||||||
integrity sha512-gsLiKK7Qrb7zYJNgiXKpXblxbV5ffSwR0f5whkPAaBAR4fhi6bwRZxX9wBlIc5M/v8CCkXUbXZL4N/nSE97cqg==
|
integrity sha512-gsLiKK7Qrb7zYJNgiXKpXblxbV5ffSwR0f5whkPAaBAR4fhi6bwRZxX9wBlIc5M/v8CCkXUbXZL4N/nSE97cqg==
|
||||||
@@ -633,6 +657,13 @@ babel-plugin-check-es2015-constants@^6.22.0:
|
|||||||
dependencies:
|
dependencies:
|
||||||
babel-runtime "^6.22.0"
|
babel-runtime "^6.22.0"
|
||||||
|
|
||||||
|
babel-plugin-component@^1.1.1:
|
||||||
|
version "1.1.1"
|
||||||
|
resolved "https://registry.yarnpkg.com/babel-plugin-component/-/babel-plugin-component-1.1.1.tgz#9b023a23ff5c9aae0fd56c5a18b9cab8c4d45eea"
|
||||||
|
integrity sha512-WUw887kJf2GH80Ng/ZMctKZ511iamHNqPhd9uKo14yzisvV7Wt1EckIrb8oq/uCz3B3PpAW7Xfl7AkTLDYT6ag==
|
||||||
|
dependencies:
|
||||||
|
"@babel/helper-module-imports" "7.0.0-beta.35"
|
||||||
|
|
||||||
babel-plugin-import@^1.9.1:
|
babel-plugin-import@^1.9.1:
|
||||||
version "1.9.1"
|
version "1.9.1"
|
||||||
resolved "http://registry.npm.taobao.org/babel-plugin-import/download/babel-plugin-import-1.9.1.tgz#ceb3b37e4920cec094a075fee674fb3dddafc9c8"
|
resolved "http://registry.npm.taobao.org/babel-plugin-import/download/babel-plugin-import-1.9.1.tgz#ceb3b37e4920cec094a075fee674fb3dddafc9c8"
|
||||||
@@ -739,7 +770,7 @@ babel-plugin-transform-es2015-block-scoped-functions@^6.22.0:
|
|||||||
dependencies:
|
dependencies:
|
||||||
babel-runtime "^6.22.0"
|
babel-runtime "^6.22.0"
|
||||||
|
|
||||||
babel-plugin-transform-es2015-block-scoping@^6.23.0:
|
babel-plugin-transform-es2015-block-scoping@^6.23.0, babel-plugin-transform-es2015-block-scoping@^6.24.1:
|
||||||
version "6.26.0"
|
version "6.26.0"
|
||||||
resolved "http://registry.npm.taobao.org/babel-plugin-transform-es2015-block-scoping/download/babel-plugin-transform-es2015-block-scoping-6.26.0.tgz#d70f5299c1308d05c12f463813b0a09e73b1895f"
|
resolved "http://registry.npm.taobao.org/babel-plugin-transform-es2015-block-scoping/download/babel-plugin-transform-es2015-block-scoping-6.26.0.tgz#d70f5299c1308d05c12f463813b0a09e73b1895f"
|
||||||
integrity sha1-1w9SmcEwjQXBL0Y4E7CgnnOxiV8=
|
integrity sha1-1w9SmcEwjQXBL0Y4E7CgnnOxiV8=
|
||||||
@@ -750,7 +781,7 @@ babel-plugin-transform-es2015-block-scoping@^6.23.0:
|
|||||||
babel-types "^6.26.0"
|
babel-types "^6.26.0"
|
||||||
lodash "^4.17.4"
|
lodash "^4.17.4"
|
||||||
|
|
||||||
babel-plugin-transform-es2015-classes@^6.23.0:
|
babel-plugin-transform-es2015-classes@^6.23.0, babel-plugin-transform-es2015-classes@^6.24.1:
|
||||||
version "6.24.1"
|
version "6.24.1"
|
||||||
resolved "http://registry.npm.taobao.org/babel-plugin-transform-es2015-classes/download/babel-plugin-transform-es2015-classes-6.24.1.tgz#5a4c58a50c9c9461e564b4b2a3bfabc97a2584db"
|
resolved "http://registry.npm.taobao.org/babel-plugin-transform-es2015-classes/download/babel-plugin-transform-es2015-classes-6.24.1.tgz#5a4c58a50c9c9461e564b4b2a3bfabc97a2584db"
|
||||||
integrity sha1-WkxYpQyclGHlZLSyo7+ryXolhNs=
|
integrity sha1-WkxYpQyclGHlZLSyo7+ryXolhNs=
|
||||||
@@ -765,7 +796,7 @@ babel-plugin-transform-es2015-classes@^6.23.0:
|
|||||||
babel-traverse "^6.24.1"
|
babel-traverse "^6.24.1"
|
||||||
babel-types "^6.24.1"
|
babel-types "^6.24.1"
|
||||||
|
|
||||||
babel-plugin-transform-es2015-computed-properties@^6.22.0:
|
babel-plugin-transform-es2015-computed-properties@^6.22.0, babel-plugin-transform-es2015-computed-properties@^6.24.1:
|
||||||
version "6.24.1"
|
version "6.24.1"
|
||||||
resolved "http://registry.npm.taobao.org/babel-plugin-transform-es2015-computed-properties/download/babel-plugin-transform-es2015-computed-properties-6.24.1.tgz#6fe2a8d16895d5634f4cd999b6d3480a308159b3"
|
resolved "http://registry.npm.taobao.org/babel-plugin-transform-es2015-computed-properties/download/babel-plugin-transform-es2015-computed-properties-6.24.1.tgz#6fe2a8d16895d5634f4cd999b6d3480a308159b3"
|
||||||
integrity sha1-b+Ko0WiV1WNPTNmZttNICjCBWbM=
|
integrity sha1-b+Ko0WiV1WNPTNmZttNICjCBWbM=
|
||||||
@@ -773,14 +804,14 @@ babel-plugin-transform-es2015-computed-properties@^6.22.0:
|
|||||||
babel-runtime "^6.22.0"
|
babel-runtime "^6.22.0"
|
||||||
babel-template "^6.24.1"
|
babel-template "^6.24.1"
|
||||||
|
|
||||||
babel-plugin-transform-es2015-destructuring@^6.23.0:
|
babel-plugin-transform-es2015-destructuring@^6.22.0, babel-plugin-transform-es2015-destructuring@^6.23.0:
|
||||||
version "6.23.0"
|
version "6.23.0"
|
||||||
resolved "http://registry.npm.taobao.org/babel-plugin-transform-es2015-destructuring/download/babel-plugin-transform-es2015-destructuring-6.23.0.tgz#997bb1f1ab967f682d2b0876fe358d60e765c56d"
|
resolved "http://registry.npm.taobao.org/babel-plugin-transform-es2015-destructuring/download/babel-plugin-transform-es2015-destructuring-6.23.0.tgz#997bb1f1ab967f682d2b0876fe358d60e765c56d"
|
||||||
integrity sha1-mXux8auWf2gtKwh2/jWNYOdlxW0=
|
integrity sha1-mXux8auWf2gtKwh2/jWNYOdlxW0=
|
||||||
dependencies:
|
dependencies:
|
||||||
babel-runtime "^6.22.0"
|
babel-runtime "^6.22.0"
|
||||||
|
|
||||||
babel-plugin-transform-es2015-duplicate-keys@^6.22.0:
|
babel-plugin-transform-es2015-duplicate-keys@^6.22.0, babel-plugin-transform-es2015-duplicate-keys@^6.24.1:
|
||||||
version "6.24.1"
|
version "6.24.1"
|
||||||
resolved "http://registry.npm.taobao.org/babel-plugin-transform-es2015-duplicate-keys/download/babel-plugin-transform-es2015-duplicate-keys-6.24.1.tgz#73eb3d310ca969e3ef9ec91c53741a6f1576423e"
|
resolved "http://registry.npm.taobao.org/babel-plugin-transform-es2015-duplicate-keys/download/babel-plugin-transform-es2015-duplicate-keys-6.24.1.tgz#73eb3d310ca969e3ef9ec91c53741a6f1576423e"
|
||||||
integrity sha1-c+s9MQypaePvnskcU3QabxV2Qj4=
|
integrity sha1-c+s9MQypaePvnskcU3QabxV2Qj4=
|
||||||
@@ -788,14 +819,14 @@ babel-plugin-transform-es2015-duplicate-keys@^6.22.0:
|
|||||||
babel-runtime "^6.22.0"
|
babel-runtime "^6.22.0"
|
||||||
babel-types "^6.24.1"
|
babel-types "^6.24.1"
|
||||||
|
|
||||||
babel-plugin-transform-es2015-for-of@^6.23.0:
|
babel-plugin-transform-es2015-for-of@^6.22.0, babel-plugin-transform-es2015-for-of@^6.23.0:
|
||||||
version "6.23.0"
|
version "6.23.0"
|
||||||
resolved "http://registry.npm.taobao.org/babel-plugin-transform-es2015-for-of/download/babel-plugin-transform-es2015-for-of-6.23.0.tgz#f47c95b2b613df1d3ecc2fdb7573623c75248691"
|
resolved "http://registry.npm.taobao.org/babel-plugin-transform-es2015-for-of/download/babel-plugin-transform-es2015-for-of-6.23.0.tgz#f47c95b2b613df1d3ecc2fdb7573623c75248691"
|
||||||
integrity sha1-9HyVsrYT3x0+zC/bdXNiPHUkhpE=
|
integrity sha1-9HyVsrYT3x0+zC/bdXNiPHUkhpE=
|
||||||
dependencies:
|
dependencies:
|
||||||
babel-runtime "^6.22.0"
|
babel-runtime "^6.22.0"
|
||||||
|
|
||||||
babel-plugin-transform-es2015-function-name@^6.22.0:
|
babel-plugin-transform-es2015-function-name@^6.22.0, babel-plugin-transform-es2015-function-name@^6.24.1:
|
||||||
version "6.24.1"
|
version "6.24.1"
|
||||||
resolved "http://registry.npm.taobao.org/babel-plugin-transform-es2015-function-name/download/babel-plugin-transform-es2015-function-name-6.24.1.tgz#834c89853bc36b1af0f3a4c5dbaa94fd8eacaa8b"
|
resolved "http://registry.npm.taobao.org/babel-plugin-transform-es2015-function-name/download/babel-plugin-transform-es2015-function-name-6.24.1.tgz#834c89853bc36b1af0f3a4c5dbaa94fd8eacaa8b"
|
||||||
integrity sha1-g0yJhTvDaxrw86TF26qU/Y6sqos=
|
integrity sha1-g0yJhTvDaxrw86TF26qU/Y6sqos=
|
||||||
@@ -830,7 +861,7 @@ babel-plugin-transform-es2015-modules-commonjs@^6.23.0, babel-plugin-transform-e
|
|||||||
babel-template "^6.26.0"
|
babel-template "^6.26.0"
|
||||||
babel-types "^6.26.0"
|
babel-types "^6.26.0"
|
||||||
|
|
||||||
babel-plugin-transform-es2015-modules-systemjs@^6.23.0:
|
babel-plugin-transform-es2015-modules-systemjs@^6.23.0, babel-plugin-transform-es2015-modules-systemjs@^6.24.1:
|
||||||
version "6.24.1"
|
version "6.24.1"
|
||||||
resolved "http://registry.npm.taobao.org/babel-plugin-transform-es2015-modules-systemjs/download/babel-plugin-transform-es2015-modules-systemjs-6.24.1.tgz#ff89a142b9119a906195f5f106ecf305d9407d23"
|
resolved "http://registry.npm.taobao.org/babel-plugin-transform-es2015-modules-systemjs/download/babel-plugin-transform-es2015-modules-systemjs-6.24.1.tgz#ff89a142b9119a906195f5f106ecf305d9407d23"
|
||||||
integrity sha1-/4mhQrkRmpBhlfXxBuzzBdlAfSM=
|
integrity sha1-/4mhQrkRmpBhlfXxBuzzBdlAfSM=
|
||||||
@@ -839,7 +870,7 @@ babel-plugin-transform-es2015-modules-systemjs@^6.23.0:
|
|||||||
babel-runtime "^6.22.0"
|
babel-runtime "^6.22.0"
|
||||||
babel-template "^6.24.1"
|
babel-template "^6.24.1"
|
||||||
|
|
||||||
babel-plugin-transform-es2015-modules-umd@^6.23.0:
|
babel-plugin-transform-es2015-modules-umd@^6.23.0, babel-plugin-transform-es2015-modules-umd@^6.24.1:
|
||||||
version "6.24.1"
|
version "6.24.1"
|
||||||
resolved "http://registry.npm.taobao.org/babel-plugin-transform-es2015-modules-umd/download/babel-plugin-transform-es2015-modules-umd-6.24.1.tgz#ac997e6285cd18ed6176adb607d602344ad38468"
|
resolved "http://registry.npm.taobao.org/babel-plugin-transform-es2015-modules-umd/download/babel-plugin-transform-es2015-modules-umd-6.24.1.tgz#ac997e6285cd18ed6176adb607d602344ad38468"
|
||||||
integrity sha1-rJl+YoXNGO1hdq22B9YCNErThGg=
|
integrity sha1-rJl+YoXNGO1hdq22B9YCNErThGg=
|
||||||
@@ -848,7 +879,7 @@ babel-plugin-transform-es2015-modules-umd@^6.23.0:
|
|||||||
babel-runtime "^6.22.0"
|
babel-runtime "^6.22.0"
|
||||||
babel-template "^6.24.1"
|
babel-template "^6.24.1"
|
||||||
|
|
||||||
babel-plugin-transform-es2015-object-super@^6.22.0:
|
babel-plugin-transform-es2015-object-super@^6.22.0, babel-plugin-transform-es2015-object-super@^6.24.1:
|
||||||
version "6.24.1"
|
version "6.24.1"
|
||||||
resolved "http://registry.npm.taobao.org/babel-plugin-transform-es2015-object-super/download/babel-plugin-transform-es2015-object-super-6.24.1.tgz#24cef69ae21cb83a7f8603dad021f572eb278f8d"
|
resolved "http://registry.npm.taobao.org/babel-plugin-transform-es2015-object-super/download/babel-plugin-transform-es2015-object-super-6.24.1.tgz#24cef69ae21cb83a7f8603dad021f572eb278f8d"
|
||||||
integrity sha1-JM72muIcuDp/hgPa0CH1cusnj40=
|
integrity sha1-JM72muIcuDp/hgPa0CH1cusnj40=
|
||||||
@@ -856,7 +887,7 @@ babel-plugin-transform-es2015-object-super@^6.22.0:
|
|||||||
babel-helper-replace-supers "^6.24.1"
|
babel-helper-replace-supers "^6.24.1"
|
||||||
babel-runtime "^6.22.0"
|
babel-runtime "^6.22.0"
|
||||||
|
|
||||||
babel-plugin-transform-es2015-parameters@^6.23.0:
|
babel-plugin-transform-es2015-parameters@^6.23.0, babel-plugin-transform-es2015-parameters@^6.24.1:
|
||||||
version "6.24.1"
|
version "6.24.1"
|
||||||
resolved "http://registry.npm.taobao.org/babel-plugin-transform-es2015-parameters/download/babel-plugin-transform-es2015-parameters-6.24.1.tgz#57ac351ab49caf14a97cd13b09f66fdf0a625f2b"
|
resolved "http://registry.npm.taobao.org/babel-plugin-transform-es2015-parameters/download/babel-plugin-transform-es2015-parameters-6.24.1.tgz#57ac351ab49caf14a97cd13b09f66fdf0a625f2b"
|
||||||
integrity sha1-V6w1GrScrxSpfNE7CfZv3wpiXys=
|
integrity sha1-V6w1GrScrxSpfNE7CfZv3wpiXys=
|
||||||
@@ -868,7 +899,7 @@ babel-plugin-transform-es2015-parameters@^6.23.0:
|
|||||||
babel-traverse "^6.24.1"
|
babel-traverse "^6.24.1"
|
||||||
babel-types "^6.24.1"
|
babel-types "^6.24.1"
|
||||||
|
|
||||||
babel-plugin-transform-es2015-shorthand-properties@^6.22.0:
|
babel-plugin-transform-es2015-shorthand-properties@^6.22.0, babel-plugin-transform-es2015-shorthand-properties@^6.24.1:
|
||||||
version "6.24.1"
|
version "6.24.1"
|
||||||
resolved "http://registry.npm.taobao.org/babel-plugin-transform-es2015-shorthand-properties/download/babel-plugin-transform-es2015-shorthand-properties-6.24.1.tgz#24f875d6721c87661bbd99a4622e51f14de38aa0"
|
resolved "http://registry.npm.taobao.org/babel-plugin-transform-es2015-shorthand-properties/download/babel-plugin-transform-es2015-shorthand-properties-6.24.1.tgz#24f875d6721c87661bbd99a4622e51f14de38aa0"
|
||||||
integrity sha1-JPh11nIch2YbvZmkYi5R8U3jiqA=
|
integrity sha1-JPh11nIch2YbvZmkYi5R8U3jiqA=
|
||||||
@@ -883,7 +914,7 @@ babel-plugin-transform-es2015-spread@^6.22.0:
|
|||||||
dependencies:
|
dependencies:
|
||||||
babel-runtime "^6.22.0"
|
babel-runtime "^6.22.0"
|
||||||
|
|
||||||
babel-plugin-transform-es2015-sticky-regex@^6.22.0:
|
babel-plugin-transform-es2015-sticky-regex@^6.22.0, babel-plugin-transform-es2015-sticky-regex@^6.24.1:
|
||||||
version "6.24.1"
|
version "6.24.1"
|
||||||
resolved "http://registry.npm.taobao.org/babel-plugin-transform-es2015-sticky-regex/download/babel-plugin-transform-es2015-sticky-regex-6.24.1.tgz#00c1cdb1aca71112cdf0cf6126c2ed6b457ccdbc"
|
resolved "http://registry.npm.taobao.org/babel-plugin-transform-es2015-sticky-regex/download/babel-plugin-transform-es2015-sticky-regex-6.24.1.tgz#00c1cdb1aca71112cdf0cf6126c2ed6b457ccdbc"
|
||||||
integrity sha1-AMHNsaynERLN8M9hJsLta0V8zbw=
|
integrity sha1-AMHNsaynERLN8M9hJsLta0V8zbw=
|
||||||
@@ -899,14 +930,14 @@ babel-plugin-transform-es2015-template-literals@^6.22.0:
|
|||||||
dependencies:
|
dependencies:
|
||||||
babel-runtime "^6.22.0"
|
babel-runtime "^6.22.0"
|
||||||
|
|
||||||
babel-plugin-transform-es2015-typeof-symbol@^6.23.0:
|
babel-plugin-transform-es2015-typeof-symbol@^6.22.0, babel-plugin-transform-es2015-typeof-symbol@^6.23.0:
|
||||||
version "6.23.0"
|
version "6.23.0"
|
||||||
resolved "http://registry.npm.taobao.org/babel-plugin-transform-es2015-typeof-symbol/download/babel-plugin-transform-es2015-typeof-symbol-6.23.0.tgz#dec09f1cddff94b52ac73d505c84df59dcceb372"
|
resolved "http://registry.npm.taobao.org/babel-plugin-transform-es2015-typeof-symbol/download/babel-plugin-transform-es2015-typeof-symbol-6.23.0.tgz#dec09f1cddff94b52ac73d505c84df59dcceb372"
|
||||||
integrity sha1-3sCfHN3/lLUqxz1QXITfWdzOs3I=
|
integrity sha1-3sCfHN3/lLUqxz1QXITfWdzOs3I=
|
||||||
dependencies:
|
dependencies:
|
||||||
babel-runtime "^6.22.0"
|
babel-runtime "^6.22.0"
|
||||||
|
|
||||||
babel-plugin-transform-es2015-unicode-regex@^6.22.0:
|
babel-plugin-transform-es2015-unicode-regex@^6.22.0, babel-plugin-transform-es2015-unicode-regex@^6.24.1:
|
||||||
version "6.24.1"
|
version "6.24.1"
|
||||||
resolved "http://registry.npm.taobao.org/babel-plugin-transform-es2015-unicode-regex/download/babel-plugin-transform-es2015-unicode-regex-6.24.1.tgz#d38b12f42ea7323f729387f18a7c5ae1faeb35e9"
|
resolved "http://registry.npm.taobao.org/babel-plugin-transform-es2015-unicode-regex/download/babel-plugin-transform-es2015-unicode-regex-6.24.1.tgz#d38b12f42ea7323f729387f18a7c5ae1faeb35e9"
|
||||||
integrity sha1-04sS9C6nMj9yk4fxinxa4frrNek=
|
integrity sha1-04sS9C6nMj9yk4fxinxa4frrNek=
|
||||||
@@ -932,7 +963,7 @@ babel-plugin-transform-object-rest-spread@^6.22.0:
|
|||||||
babel-plugin-syntax-object-rest-spread "^6.8.0"
|
babel-plugin-syntax-object-rest-spread "^6.8.0"
|
||||||
babel-runtime "^6.26.0"
|
babel-runtime "^6.26.0"
|
||||||
|
|
||||||
babel-plugin-transform-regenerator@^6.22.0:
|
babel-plugin-transform-regenerator@^6.22.0, babel-plugin-transform-regenerator@^6.24.1:
|
||||||
version "6.26.0"
|
version "6.26.0"
|
||||||
resolved "http://registry.npm.taobao.org/babel-plugin-transform-regenerator/download/babel-plugin-transform-regenerator-6.26.0.tgz#e0703696fbde27f0a3efcacf8b4dca2f7b3a8f2f"
|
resolved "http://registry.npm.taobao.org/babel-plugin-transform-regenerator/download/babel-plugin-transform-regenerator-6.26.0.tgz#e0703696fbde27f0a3efcacf8b4dca2f7b3a8f2f"
|
||||||
integrity sha1-4HA2lvveJ/Cj78rPi03KL3s6jy8=
|
integrity sha1-4HA2lvveJ/Cj78rPi03KL3s6jy8=
|
||||||
@@ -1006,6 +1037,36 @@ babel-preset-env@^1.3.2:
|
|||||||
invariant "^2.2.2"
|
invariant "^2.2.2"
|
||||||
semver "^5.3.0"
|
semver "^5.3.0"
|
||||||
|
|
||||||
|
babel-preset-es2015@^6.24.1:
|
||||||
|
version "6.24.1"
|
||||||
|
resolved "https://registry.yarnpkg.com/babel-preset-es2015/-/babel-preset-es2015-6.24.1.tgz#d44050d6bc2c9feea702aaf38d727a0210538939"
|
||||||
|
integrity sha512-XfwUqG1Ry6R43m4Wfob+vHbIVBIqTg/TJY4Snku1iIzeH7mUnwHA8Vagmv+ZQbPwhS8HgsdQvy28Py3k5zpoFQ==
|
||||||
|
dependencies:
|
||||||
|
babel-plugin-check-es2015-constants "^6.22.0"
|
||||||
|
babel-plugin-transform-es2015-arrow-functions "^6.22.0"
|
||||||
|
babel-plugin-transform-es2015-block-scoped-functions "^6.22.0"
|
||||||
|
babel-plugin-transform-es2015-block-scoping "^6.24.1"
|
||||||
|
babel-plugin-transform-es2015-classes "^6.24.1"
|
||||||
|
babel-plugin-transform-es2015-computed-properties "^6.24.1"
|
||||||
|
babel-plugin-transform-es2015-destructuring "^6.22.0"
|
||||||
|
babel-plugin-transform-es2015-duplicate-keys "^6.24.1"
|
||||||
|
babel-plugin-transform-es2015-for-of "^6.22.0"
|
||||||
|
babel-plugin-transform-es2015-function-name "^6.24.1"
|
||||||
|
babel-plugin-transform-es2015-literals "^6.22.0"
|
||||||
|
babel-plugin-transform-es2015-modules-amd "^6.24.1"
|
||||||
|
babel-plugin-transform-es2015-modules-commonjs "^6.24.1"
|
||||||
|
babel-plugin-transform-es2015-modules-systemjs "^6.24.1"
|
||||||
|
babel-plugin-transform-es2015-modules-umd "^6.24.1"
|
||||||
|
babel-plugin-transform-es2015-object-super "^6.24.1"
|
||||||
|
babel-plugin-transform-es2015-parameters "^6.24.1"
|
||||||
|
babel-plugin-transform-es2015-shorthand-properties "^6.24.1"
|
||||||
|
babel-plugin-transform-es2015-spread "^6.22.0"
|
||||||
|
babel-plugin-transform-es2015-sticky-regex "^6.24.1"
|
||||||
|
babel-plugin-transform-es2015-template-literals "^6.22.0"
|
||||||
|
babel-plugin-transform-es2015-typeof-symbol "^6.22.0"
|
||||||
|
babel-plugin-transform-es2015-unicode-regex "^6.24.1"
|
||||||
|
babel-plugin-transform-regenerator "^6.24.1"
|
||||||
|
|
||||||
babel-preset-stage-2@^6.22.0:
|
babel-preset-stage-2@^6.22.0:
|
||||||
version "6.24.1"
|
version "6.24.1"
|
||||||
resolved "http://registry.npm.taobao.org/babel-preset-stage-2/download/babel-preset-stage-2-6.24.1.tgz#d9e2960fb3d71187f0e64eec62bc07767219bdc1"
|
resolved "http://registry.npm.taobao.org/babel-preset-stage-2/download/babel-preset-stage-2-6.24.1.tgz#d9e2960fb3d71187f0e64eec62bc07767219bdc1"
|
||||||
@@ -1040,7 +1101,7 @@ babel-register@^6.26.0:
|
|||||||
mkdirp "^0.5.1"
|
mkdirp "^0.5.1"
|
||||||
source-map-support "^0.4.15"
|
source-map-support "^0.4.15"
|
||||||
|
|
||||||
babel-runtime@^6.18.0, babel-runtime@^6.22.0, babel-runtime@^6.26.0:
|
babel-runtime@6.x, babel-runtime@^6.18.0, babel-runtime@^6.22.0, babel-runtime@^6.26.0:
|
||||||
version "6.26.0"
|
version "6.26.0"
|
||||||
resolved "http://registry.npm.taobao.org/babel-runtime/download/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe"
|
resolved "http://registry.npm.taobao.org/babel-runtime/download/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe"
|
||||||
integrity sha1-llxwWGaOgrVde/4E/yM3vItWR/4=
|
integrity sha1-llxwWGaOgrVde/4E/yM3vItWR/4=
|
||||||
@@ -2107,6 +2168,11 @@ deep-is@~0.1.3:
|
|||||||
resolved "http://registry.npm.taobao.org/deep-is/download/deep-is-0.1.3.tgz#b369d6fb5dbc13eecf524f91b070feedc357cf34"
|
resolved "http://registry.npm.taobao.org/deep-is/download/deep-is-0.1.3.tgz#b369d6fb5dbc13eecf524f91b070feedc357cf34"
|
||||||
integrity sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=
|
integrity sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=
|
||||||
|
|
||||||
|
deepmerge@^1.2.0:
|
||||||
|
version "1.5.2"
|
||||||
|
resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-1.5.2.tgz#10499d868844cdad4fee0842df8c7f6f0c95a753"
|
||||||
|
integrity sha512-95k0GDqvBjZavkuvzx/YqVLv/6YYa17fz6ILMSf7neqQITCPbnfEnQvEgMPNjH4kgobe7+WIL0yJEHku+H3qtQ==
|
||||||
|
|
||||||
define-properties@^1.1.2:
|
define-properties@^1.1.2:
|
||||||
version "1.1.3"
|
version "1.1.3"
|
||||||
resolved "http://registry.npm.taobao.org/define-properties/download/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1"
|
resolved "http://registry.npm.taobao.org/define-properties/download/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1"
|
||||||
@@ -2353,6 +2419,18 @@ electron-to-chromium@^1.2.7, electron-to-chromium@^1.3.30, electron-to-chromium@
|
|||||||
resolved "http://registry.npm.taobao.org/electron-to-chromium/download/electron-to-chromium-1.3.72.tgz#b69683081d5b7eee6e1ea07b2f5fa30b3c72252d"
|
resolved "http://registry.npm.taobao.org/electron-to-chromium/download/electron-to-chromium-1.3.72.tgz#b69683081d5b7eee6e1ea07b2f5fa30b3c72252d"
|
||||||
integrity sha512-OFbXEC01Lq7A66e3UywkvWYNN00HO1I9MAPereGe0NIXrt2MeaovL1bbY+951HKG0euUdPBe0L7yfKxgqxBMMw==
|
integrity sha512-OFbXEC01Lq7A66e3UywkvWYNN00HO1I9MAPereGe0NIXrt2MeaovL1bbY+951HKG0euUdPBe0L7yfKxgqxBMMw==
|
||||||
|
|
||||||
|
element-ui@^2.15.14:
|
||||||
|
version "2.15.14"
|
||||||
|
resolved "https://registry.yarnpkg.com/element-ui/-/element-ui-2.15.14.tgz#3c34df79467636592812d720d2e6784e7a6ec2ea"
|
||||||
|
integrity sha512-2v9fHL0ZGINotOlRIAJD5YuVB8V7WKxrE9Qy7dXhRipa035+kF7WuU/z+tEmLVPBcJ0zt8mOu1DKpWcVzBK8IA==
|
||||||
|
dependencies:
|
||||||
|
async-validator "~1.8.1"
|
||||||
|
babel-helper-vue-jsx-merge-props "^2.0.0"
|
||||||
|
deepmerge "^1.2.0"
|
||||||
|
normalize-wheel "^1.0.1"
|
||||||
|
resize-observer-polyfill "^1.5.0"
|
||||||
|
throttle-debounce "^1.0.1"
|
||||||
|
|
||||||
elliptic@^6.0.0:
|
elliptic@^6.0.0:
|
||||||
version "6.4.1"
|
version "6.4.1"
|
||||||
resolved "http://registry.npm.taobao.org/elliptic/download/elliptic-6.4.1.tgz#c2d0b7776911b86722c632c3c06c60f2f819939a"
|
resolved "http://registry.npm.taobao.org/elliptic/download/elliptic-6.4.1.tgz#c2d0b7776911b86722c632c3c06c60f2f819939a"
|
||||||
@@ -4701,6 +4779,11 @@ normalize-url@^1.4.0:
|
|||||||
query-string "^4.1.0"
|
query-string "^4.1.0"
|
||||||
sort-keys "^1.0.0"
|
sort-keys "^1.0.0"
|
||||||
|
|
||||||
|
normalize-wheel@^1.0.1:
|
||||||
|
version "1.0.1"
|
||||||
|
resolved "https://registry.yarnpkg.com/normalize-wheel/-/normalize-wheel-1.0.1.tgz#aec886affdb045070d856447df62ecf86146ec45"
|
||||||
|
integrity sha512-1OnlAPZ3zgrk8B91HyRj+eVv+kS5u+Z0SCsak6Xil/kmgEia50ga7zfkumayonZrImffAxPU/5WcyGhzetHNPA==
|
||||||
|
|
||||||
npm-bundled@^1.0.1:
|
npm-bundled@^1.0.1:
|
||||||
version "1.0.5"
|
version "1.0.5"
|
||||||
resolved "http://registry.npm.taobao.org/npm-bundled/download/npm-bundled-1.0.5.tgz#3c1732b7ba936b3a10325aef616467c0ccbcc979"
|
resolved "http://registry.npm.taobao.org/npm-bundled/download/npm-bundled-1.0.5.tgz#3c1732b7ba936b3a10325aef616467c0ccbcc979"
|
||||||
@@ -5944,6 +6027,11 @@ requires-port@^1.0.0:
|
|||||||
resolved "http://registry.npm.taobao.org/requires-port/download/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff"
|
resolved "http://registry.npm.taobao.org/requires-port/download/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff"
|
||||||
integrity sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=
|
integrity sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=
|
||||||
|
|
||||||
|
resize-observer-polyfill@^1.5.0:
|
||||||
|
version "1.5.1"
|
||||||
|
resolved "https://registry.yarnpkg.com/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz#0e9020dd3d21024458d4ebd27e23e40269810464"
|
||||||
|
integrity sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==
|
||||||
|
|
||||||
resolve-cwd@^2.0.0:
|
resolve-cwd@^2.0.0:
|
||||||
version "2.0.0"
|
version "2.0.0"
|
||||||
resolved "http://registry.npm.taobao.org/resolve-cwd/download/resolve-cwd-2.0.0.tgz#00a9f7387556e27038eae232caa372a6a59b665a"
|
resolved "http://registry.npm.taobao.org/resolve-cwd/download/resolve-cwd-2.0.0.tgz#00a9f7387556e27038eae232caa372a6a59b665a"
|
||||||
@@ -6640,6 +6728,11 @@ text-table@^0.2.0, text-table@~0.2.0:
|
|||||||
resolved "http://registry.npm.taobao.org/text-table/download/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
|
resolved "http://registry.npm.taobao.org/text-table/download/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
|
||||||
integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=
|
integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=
|
||||||
|
|
||||||
|
throttle-debounce@^1.0.1:
|
||||||
|
version "1.1.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/throttle-debounce/-/throttle-debounce-1.1.0.tgz#51853da37be68a155cb6e827b3514a3c422e89cd"
|
||||||
|
integrity sha512-XH8UiPCQcWNuk2LYePibW/4qL97+ZQ1AN3FNXwZRBNPPowo/NRU5fAlDCSNBJIYCKbioZfuYtMhG4quqoJhVzg==
|
||||||
|
|
||||||
through2@^2.0.0:
|
through2@^2.0.0:
|
||||||
version "2.0.3"
|
version "2.0.3"
|
||||||
resolved "http://registry.npm.taobao.org/through2/download/through2-2.0.3.tgz#0004569b37c7c74ba39c43f3ced78d1ad94140be"
|
resolved "http://registry.npm.taobao.org/through2/download/through2-2.0.3.tgz#0004569b37c7c74ba39c43f3ced78d1ad94140be"
|
||||||
|
|||||||