Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-www-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-www-pc
Commits
26435544
提交
26435544
authored
4月 25, 2021
作者:
lihuihui
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update
上级
d43a33e2
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
147 行增加
和
150 行删除
+147
-150
index.js
.nuxt/components/index.js
+4
-4
plugin.js
.nuxt/components/plugin.js
+2
-2
readme.md
.nuxt/components/readme.md
+2
-2
tags.json
.nuxt/vetur/tags.json
+6
-6
package-lock.json
package-lock.json
+133
-136
没有找到文件。
.nuxt/components/index.js
浏览文件 @
26435544
...
@@ -3,14 +3,14 @@ import { wrapFunctional } from './utils'
...
@@ -3,14 +3,14 @@ import { wrapFunctional } from './utils'
export
{
default
as
Foot
}
from
'../../components/Foot.vue'
export
{
default
as
Foot
}
from
'../../components/Foot.vue'
export
{
default
as
Head
}
from
'../../components/Head.vue'
export
{
default
as
Head
}
from
'../../components/Head.vue'
export
{
default
as
RightAside
}
from
'../../components/rightAside.vue'
export
{
default
as
RightAside
}
from
'../../components/rightAside.vue'
export
{
default
as
AlumnusParty
}
from
'../../components/alumnus/party.vue'
export
{
default
as
AlumnusTabNav
}
from
'../../components/alumnus/tabNav.vue'
export
{
default
as
AboutContact
}
from
'../../components/about/contact.vue'
export
{
default
as
AboutContact
}
from
'../../components/about/contact.vue'
export
{
default
as
AboutCulture
}
from
'../../components/about/culture.vue'
export
{
default
as
AboutCulture
}
from
'../../components/about/culture.vue'
export
{
default
as
AboutDetail
}
from
'../../components/about/detail.vue'
export
{
default
as
AboutDetail
}
from
'../../components/about/detail.vue'
export
{
default
as
AboutIntroduce
}
from
'../../components/about/introduce.vue'
export
{
default
as
AboutIntroduce
}
from
'../../components/about/introduce.vue'
export
{
default
as
AboutNews
}
from
'../../components/about/news.vue'
export
{
default
as
AboutNews
}
from
'../../components/about/news.vue'
export
{
default
as
AboutTabNav
}
from
'../../components/about/tabNav.vue'
export
{
default
as
AboutTabNav
}
from
'../../components/about/tabNav.vue'
export
{
default
as
AlumnusParty
}
from
'../../components/alumnus/party.vue'
export
{
default
as
AlumnusTabNav
}
from
'../../components/alumnus/tabNav.vue'
export
{
default
as
HomeAlumniStories
}
from
'../../components/home/alumniStories.vue'
export
{
default
as
HomeAlumniStories
}
from
'../../components/home/alumniStories.vue'
export
{
default
as
HomeBanner
}
from
'../../components/home/banner.vue'
export
{
default
as
HomeBanner
}
from
'../../components/home/banner.vue'
export
{
default
as
HomeDegreeEducation
}
from
'../../components/home/degreeEducation.vue'
export
{
default
as
HomeDegreeEducation
}
from
'../../components/home/degreeEducation.vue'
...
@@ -23,14 +23,14 @@ export { default as HomeServiceCase } from '../../components/home/serviceCase.vu
...
@@ -23,14 +23,14 @@ export { default as HomeServiceCase } from '../../components/home/serviceCase.vu
export
const
LazyFoot
=
import
(
'../../components/Foot.vue'
/* webpackChunkName: "components/foot" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyFoot
=
import
(
'../../components/Foot.vue'
/* webpackChunkName: "components/foot" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyHead
=
import
(
'../../components/Head.vue'
/* webpackChunkName: "components/head" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyHead
=
import
(
'../../components/Head.vue'
/* webpackChunkName: "components/head" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyRightAside
=
import
(
'../../components/rightAside.vue'
/* webpackChunkName: "components/right-aside" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyRightAside
=
import
(
'../../components/rightAside.vue'
/* webpackChunkName: "components/right-aside" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyAlumnusParty
=
import
(
'../../components/alumnus/party.vue'
/* webpackChunkName: "components/alumnus-party" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyAlumnusTabNav
=
import
(
'../../components/alumnus/tabNav.vue'
/* webpackChunkName: "components/alumnus-tab-nav" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyAboutContact
=
import
(
'../../components/about/contact.vue'
/* webpackChunkName: "components/about-contact" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyAboutContact
=
import
(
'../../components/about/contact.vue'
/* webpackChunkName: "components/about-contact" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyAboutCulture
=
import
(
'../../components/about/culture.vue'
/* webpackChunkName: "components/about-culture" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyAboutCulture
=
import
(
'../../components/about/culture.vue'
/* webpackChunkName: "components/about-culture" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyAboutDetail
=
import
(
'../../components/about/detail.vue'
/* webpackChunkName: "components/about-detail" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyAboutDetail
=
import
(
'../../components/about/detail.vue'
/* webpackChunkName: "components/about-detail" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyAboutIntroduce
=
import
(
'../../components/about/introduce.vue'
/* webpackChunkName: "components/about-introduce" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyAboutIntroduce
=
import
(
'../../components/about/introduce.vue'
/* webpackChunkName: "components/about-introduce" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyAboutNews
=
import
(
'../../components/about/news.vue'
/* webpackChunkName: "components/about-news" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyAboutNews
=
import
(
'../../components/about/news.vue'
/* webpackChunkName: "components/about-news" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyAboutTabNav
=
import
(
'../../components/about/tabNav.vue'
/* webpackChunkName: "components/about-tab-nav" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyAboutTabNav
=
import
(
'../../components/about/tabNav.vue'
/* webpackChunkName: "components/about-tab-nav" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyAlumnusParty
=
import
(
'../../components/alumnus/party.vue'
/* webpackChunkName: "components/alumnus-party" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyAlumnusTabNav
=
import
(
'../../components/alumnus/tabNav.vue'
/* webpackChunkName: "components/alumnus-tab-nav" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyHomeAlumniStories
=
import
(
'../../components/home/alumniStories.vue'
/* webpackChunkName: "components/home-alumni-stories" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyHomeAlumniStories
=
import
(
'../../components/home/alumniStories.vue'
/* webpackChunkName: "components/home-alumni-stories" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyHomeBanner
=
import
(
'../../components/home/banner.vue'
/* webpackChunkName: "components/home-banner" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyHomeBanner
=
import
(
'../../components/home/banner.vue'
/* webpackChunkName: "components/home-banner" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyHomeDegreeEducation
=
import
(
'../../components/home/degreeEducation.vue'
/* webpackChunkName: "components/home-degree-education" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyHomeDegreeEducation
=
import
(
'../../components/home/degreeEducation.vue'
/* webpackChunkName: "components/home-degree-education" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
...
...
.nuxt/components/plugin.js
浏览文件 @
26435544
...
@@ -5,14 +5,14 @@ const components = {
...
@@ -5,14 +5,14 @@ const components = {
Foot
:
()
=>
import
(
'../../components/Foot.vue'
/* webpackChunkName: "components/foot" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
Foot
:
()
=>
import
(
'../../components/Foot.vue'
/* webpackChunkName: "components/foot" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
Head
:
()
=>
import
(
'../../components/Head.vue'
/* webpackChunkName: "components/head" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
Head
:
()
=>
import
(
'../../components/Head.vue'
/* webpackChunkName: "components/head" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
RightAside
:
()
=>
import
(
'../../components/rightAside.vue'
/* webpackChunkName: "components/right-aside" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
RightAside
:
()
=>
import
(
'../../components/rightAside.vue'
/* webpackChunkName: "components/right-aside" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
AlumnusParty
:
()
=>
import
(
'../../components/alumnus/party.vue'
/* webpackChunkName: "components/alumnus-party" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
AlumnusTabNav
:
()
=>
import
(
'../../components/alumnus/tabNav.vue'
/* webpackChunkName: "components/alumnus-tab-nav" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
AboutContact
:
()
=>
import
(
'../../components/about/contact.vue'
/* webpackChunkName: "components/about-contact" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
AboutContact
:
()
=>
import
(
'../../components/about/contact.vue'
/* webpackChunkName: "components/about-contact" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
AboutCulture
:
()
=>
import
(
'../../components/about/culture.vue'
/* webpackChunkName: "components/about-culture" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
AboutCulture
:
()
=>
import
(
'../../components/about/culture.vue'
/* webpackChunkName: "components/about-culture" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
AboutDetail
:
()
=>
import
(
'../../components/about/detail.vue'
/* webpackChunkName: "components/about-detail" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
AboutDetail
:
()
=>
import
(
'../../components/about/detail.vue'
/* webpackChunkName: "components/about-detail" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
AboutIntroduce
:
()
=>
import
(
'../../components/about/introduce.vue'
/* webpackChunkName: "components/about-introduce" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
AboutIntroduce
:
()
=>
import
(
'../../components/about/introduce.vue'
/* webpackChunkName: "components/about-introduce" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
AboutNews
:
()
=>
import
(
'../../components/about/news.vue'
/* webpackChunkName: "components/about-news" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
AboutNews
:
()
=>
import
(
'../../components/about/news.vue'
/* webpackChunkName: "components/about-news" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
AboutTabNav
:
()
=>
import
(
'../../components/about/tabNav.vue'
/* webpackChunkName: "components/about-tab-nav" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
AboutTabNav
:
()
=>
import
(
'../../components/about/tabNav.vue'
/* webpackChunkName: "components/about-tab-nav" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
AlumnusParty
:
()
=>
import
(
'../../components/alumnus/party.vue'
/* webpackChunkName: "components/alumnus-party" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
AlumnusTabNav
:
()
=>
import
(
'../../components/alumnus/tabNav.vue'
/* webpackChunkName: "components/alumnus-tab-nav" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
HomeAlumniStories
:
()
=>
import
(
'../../components/home/alumniStories.vue'
/* webpackChunkName: "components/home-alumni-stories" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
HomeAlumniStories
:
()
=>
import
(
'../../components/home/alumniStories.vue'
/* webpackChunkName: "components/home-alumni-stories" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
HomeBanner
:
()
=>
import
(
'../../components/home/banner.vue'
/* webpackChunkName: "components/home-banner" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
HomeBanner
:
()
=>
import
(
'../../components/home/banner.vue'
/* webpackChunkName: "components/home-banner" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
HomeDegreeEducation
:
()
=>
import
(
'../../components/home/degreeEducation.vue'
/* webpackChunkName: "components/home-degree-education" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
HomeDegreeEducation
:
()
=>
import
(
'../../components/home/degreeEducation.vue'
/* webpackChunkName: "components/home-degree-education" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
...
...
.nuxt/components/readme.md
浏览文件 @
26435544
...
@@ -9,14 +9,14 @@ You can directly use them in pages and other components without the need to impo
...
@@ -9,14 +9,14 @@ You can directly use them in pages and other components without the need to impo
-
`<Foot>`
|
`<foot>`
(components/Foot.vue)
-
`<Foot>`
|
`<foot>`
(components/Foot.vue)
-
`<Head>`
|
`<head>`
(components/Head.vue)
-
`<Head>`
|
`<head>`
(components/Head.vue)
-
`<RightAside>`
|
`<right-aside>`
(components/rightAside.vue)
-
`<RightAside>`
|
`<right-aside>`
(components/rightAside.vue)
-
`<AlumnusParty>`
|
`<alumnus-party>`
(components/alumnus/party.vue)
-
`<AlumnusTabNav>`
|
`<alumnus-tab-nav>`
(components/alumnus/tabNav.vue)
-
`<AboutContact>`
|
`<about-contact>`
(components/about/contact.vue)
-
`<AboutContact>`
|
`<about-contact>`
(components/about/contact.vue)
-
`<AboutCulture>`
|
`<about-culture>`
(components/about/culture.vue)
-
`<AboutCulture>`
|
`<about-culture>`
(components/about/culture.vue)
-
`<AboutDetail>`
|
`<about-detail>`
(components/about/detail.vue)
-
`<AboutDetail>`
|
`<about-detail>`
(components/about/detail.vue)
-
`<AboutIntroduce>`
|
`<about-introduce>`
(components/about/introduce.vue)
-
`<AboutIntroduce>`
|
`<about-introduce>`
(components/about/introduce.vue)
-
`<AboutNews>`
|
`<about-news>`
(components/about/news.vue)
-
`<AboutNews>`
|
`<about-news>`
(components/about/news.vue)
-
`<AboutTabNav>`
|
`<about-tab-nav>`
(components/about/tabNav.vue)
-
`<AboutTabNav>`
|
`<about-tab-nav>`
(components/about/tabNav.vue)
-
`<AlumnusParty>`
|
`<alumnus-party>`
(components/alumnus/party.vue)
-
`<AlumnusTabNav>`
|
`<alumnus-tab-nav>`
(components/alumnus/tabNav.vue)
-
`<HomeAlumniStories>`
|
`<home-alumni-stories>`
(components/home/alumniStories.vue)
-
`<HomeAlumniStories>`
|
`<home-alumni-stories>`
(components/home/alumniStories.vue)
-
`<HomeBanner>`
|
`<home-banner>`
(components/home/banner.vue)
-
`<HomeBanner>`
|
`<home-banner>`
(components/home/banner.vue)
-
`<HomeDegreeEducation>`
|
`<home-degree-education>`
(components/home/degreeEducation.vue)
-
`<HomeDegreeEducation>`
|
`<home-degree-education>`
(components/home/degreeEducation.vue)
...
...
.nuxt/vetur/tags.json
浏览文件 @
26435544
...
@@ -8,12 +8,6 @@
...
@@ -8,12 +8,6 @@
"RightAside"
:
{
"RightAside"
:
{
"description"
:
"Auto imported from components/rightAside.vue"
"description"
:
"Auto imported from components/rightAside.vue"
},
},
"AlumnusParty"
:
{
"description"
:
"Auto imported from components/alumnus/party.vue"
},
"AlumnusTabNav"
:
{
"description"
:
"Auto imported from components/alumnus/tabNav.vue"
},
"AboutContact"
:
{
"AboutContact"
:
{
"description"
:
"Auto imported from components/about/contact.vue"
"description"
:
"Auto imported from components/about/contact.vue"
},
},
...
@@ -32,6 +26,12 @@
...
@@ -32,6 +26,12 @@
"AboutTabNav"
:
{
"AboutTabNav"
:
{
"description"
:
"Auto imported from components/about/tabNav.vue"
"description"
:
"Auto imported from components/about/tabNav.vue"
},
},
"AlumnusParty"
:
{
"description"
:
"Auto imported from components/alumnus/party.vue"
},
"AlumnusTabNav"
:
{
"description"
:
"Auto imported from components/alumnus/tabNav.vue"
},
"HomeAlumniStories"
:
{
"HomeAlumniStories"
:
{
"description"
:
"Auto imported from components/home/alumniStories.vue"
"description"
:
"Auto imported from components/home/alumniStories.vue"
},
},
...
...
package-lock.json
浏览文件 @
26435544
...
@@ -18,19 +18,19 @@
...
@@ -18,19 +18,19 @@
"integrity"
:
"sha512-ltnibHKR1VnrU4ymHyQ/CXtNXI6yZC0oJThyW78Hft8XndANwi+9H+UIklBDraIjFEJzw8wmcM427oDd9KS5wA=="
"integrity"
:
"sha512-ltnibHKR1VnrU4ymHyQ/CXtNXI6yZC0oJThyW78Hft8XndANwi+9H+UIklBDraIjFEJzw8wmcM427oDd9KS5wA=="
},
},
"@babel/core"
:
{
"@babel/core"
:
{
"version"
:
"7.13.1
5
"
,
"version"
:
"7.13.1
6
"
,
"resolved"
:
"https://registry.npmjs.org/@babel/core/-/core-7.13.1
5
.tgz"
,
"resolved"
:
"https://registry.npmjs.org/@babel/core/-/core-7.13.1
6
.tgz"
,
"integrity"
:
"sha512-
6GXmNYeNjS2Uz+uls5jalOemgIhnTMeaXo+yBUA72kC2uX/8VW6XyhVIo2L8/q0goKQA3EVKx0KOQpVKSeWad
Q=="
,
"integrity"
:
"sha512-
sXHpixBiWWFti0AV2Zq7avpTasr6sIAu7Y396c608541qAU2ui4a193m0KSQmfPSKFZLnQ3cvlKDOm3XkuXm3
Q=="
,
"requires"
:
{
"requires"
:
{
"@babel/code-frame"
:
"^7.12.13"
,
"@babel/code-frame"
:
"^7.12.13"
,
"@babel/generator"
:
"^7.13.
9
"
,
"@babel/generator"
:
"^7.13.
16
"
,
"@babel/helper-compilation-targets"
:
"^7.13.1
3
"
,
"@babel/helper-compilation-targets"
:
"^7.13.1
6
"
,
"@babel/helper-module-transforms"
:
"^7.13.14"
,
"@babel/helper-module-transforms"
:
"^7.13.14"
,
"@babel/helpers"
:
"^7.13.1
0
"
,
"@babel/helpers"
:
"^7.13.1
6
"
,
"@babel/parser"
:
"^7.13.1
5
"
,
"@babel/parser"
:
"^7.13.1
6
"
,
"@babel/template"
:
"^7.12.13"
,
"@babel/template"
:
"^7.12.13"
,
"@babel/traverse"
:
"^7.13.15"
,
"@babel/traverse"
:
"^7.13.15"
,
"@babel/types"
:
"^7.13.1
4
"
,
"@babel/types"
:
"^7.13.1
6
"
,
"convert-source-map"
:
"^1.7.0"
,
"convert-source-map"
:
"^1.7.0"
,
"debug"
:
"^4.1.0"
,
"debug"
:
"^4.1.0"
,
"gensync"
:
"^1.0.0-beta.2"
,
"gensync"
:
"^1.0.0-beta.2"
,
...
@@ -40,11 +40,11 @@
...
@@ -40,11 +40,11 @@
}
}
},
},
"@babel/generator"
:
{
"@babel/generator"
:
{
"version"
:
"7.13.
9
"
,
"version"
:
"7.13.
16
"
,
"resolved"
:
"https://registry.npmjs.org/@babel/generator/-/generator-7.13.
9
.tgz"
,
"resolved"
:
"https://registry.npmjs.org/@babel/generator/-/generator-7.13.
16
.tgz"
,
"integrity"
:
"sha512-
mHOOmY0Axl/JCTkxTU6Lf5sWOg/v8nUa+Xkt4zMTftX0wqmb6Sh7J8gvcehBw7q0AhrhAR+FDacKjCZ2X8K+Sw
=="
,
"integrity"
:
"sha512-
grBBR75UnKOcUWMp8WoDxNsWCFl//XCK6HWTrBQKTr5SV9f5g0pNOjdyzi/DTBv12S9GnYPInIXQBTky7OXEMg
=="
,
"requires"
:
{
"requires"
:
{
"@babel/types"
:
"^7.13.
0
"
,
"@babel/types"
:
"^7.13.
16
"
,
"jsesc"
:
"^2.5.1"
,
"jsesc"
:
"^2.5.1"
,
"source-map"
:
"^0.5.0"
"source-map"
:
"^0.5.0"
}
}
...
@@ -67,11 +67,11 @@
...
@@ -67,11 +67,11 @@
}
}
},
},
"@babel/helper-compilation-targets"
:
{
"@babel/helper-compilation-targets"
:
{
"version"
:
"7.13.1
3
"
,
"version"
:
"7.13.1
6
"
,
"resolved"
:
"https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.1
3
.tgz"
,
"resolved"
:
"https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.1
6
.tgz"
,
"integrity"
:
"sha512-
q1kcdHNZehBwD9jYPh3WyXcsFERi39X4I59I3NadciWtNDyZ6x+GboOxncFK0kXlKIv6BJm5acncehXWUjWQMQ
=="
,
"integrity"
:
"sha512-
3gmkYIrpqsLlieFwjkGgLaSHmhnvlAYzZLlYVjlW+QwI+1zE17kGxuJGmIqDQdYp56XdmGeD+Bswx0UTyG18xA
=="
,
"requires"
:
{
"requires"
:
{
"@babel/compat-data"
:
"^7.13.1
2
"
,
"@babel/compat-data"
:
"^7.13.1
5
"
,
"@babel/helper-validator-option"
:
"^7.12.17"
,
"@babel/helper-validator-option"
:
"^7.12.17"
,
"browserslist"
:
"^4.14.5"
,
"browserslist"
:
"^4.14.5"
,
"semver"
:
"^6.3.0"
"semver"
:
"^6.3.0"
...
@@ -140,12 +140,12 @@
...
@@ -140,12 +140,12 @@
}
}
},
},
"@babel/helper-hoist-variables"
:
{
"@babel/helper-hoist-variables"
:
{
"version"
:
"7.13.
0
"
,
"version"
:
"7.13.
16
"
,
"resolved"
:
"https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.13.
0
.tgz"
,
"resolved"
:
"https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.13.
16
.tgz"
,
"integrity"
:
"sha512-
0kBzvXiIKfsCA0y6cFEIJf4OdzfpRuNk4+YTeHZpGGc666SATFKTz6sRncwFnQk7/ugJ4dSrCj6iJuvW4Qwr2
g=="
,
"integrity"
:
"sha512-
1eMtTrXtrwscjcAeO4BVK+vvkxaLJSPFz1w1KLawz6HLNi9bPFGBNwwDyVfiu1Tv/vRRFYfoGaKhmAQPGPn5W
g=="
,
"requires"
:
{
"requires"
:
{
"@babel/traverse"
:
"^7.13.
0
"
,
"@babel/traverse"
:
"^7.13.
15
"
,
"@babel/types"
:
"^7.13.
0
"
"@babel/types"
:
"^7.13.
16
"
}
}
},
},
"@babel/helper-member-expression-to-functions"
:
{
"@babel/helper-member-expression-to-functions"
:
{
...
@@ -259,13 +259,13 @@
...
@@ -259,13 +259,13 @@
}
}
},
},
"@babel/helpers"
:
{
"@babel/helpers"
:
{
"version"
:
"7.13.1
0
"
,
"version"
:
"7.13.1
7
"
,
"resolved"
:
"https://registry.npmjs.org/@babel/helpers/-/helpers-7.13.1
0
.tgz"
,
"resolved"
:
"https://registry.npmjs.org/@babel/helpers/-/helpers-7.13.1
7
.tgz"
,
"integrity"
:
"sha512-
4VO883+MWPDUVRF3PhiLBUFHoX/bsLTGFpFK/HqvvfBZz2D57u9XzPVNFVBTc0PW/CWR9BXTOKt8NF4DInUHcQ
=="
,
"integrity"
:
"sha512-
Eal4Gce4kGijo1/TGJdqp3WuhllaMLSrW6XcL0ulyUAQOuxHcCafZE8KHg9857gcTehsm/v7RcOx2+jp0Ryjsg
=="
,
"requires"
:
{
"requires"
:
{
"@babel/template"
:
"^7.12.13"
,
"@babel/template"
:
"^7.12.13"
,
"@babel/traverse"
:
"^7.13.
0
"
,
"@babel/traverse"
:
"^7.13.
17
"
,
"@babel/types"
:
"^7.13.
0
"
"@babel/types"
:
"^7.13.
17
"
}
}
},
},
"@babel/highlight"
:
{
"@babel/highlight"
:
{
...
@@ -279,9 +279,9 @@
...
@@ -279,9 +279,9 @@
}
}
},
},
"@babel/parser"
:
{
"@babel/parser"
:
{
"version"
:
"7.13.1
5
"
,
"version"
:
"7.13.1
6
"
,
"resolved"
:
"https://registry.npmjs.org/@babel/parser/-/parser-7.13.1
5
.tgz"
,
"resolved"
:
"https://registry.npmjs.org/@babel/parser/-/parser-7.13.1
6
.tgz"
,
"integrity"
:
"sha512-
b9COtcAlVEQljy/9fbcMHpG+UIW9ReF+gpaxDHTlZd0c6/UU9ng8zdySAW9sRTzpvcdCHn6bUcbuYUgGzLAWVQ
=="
"integrity"
:
"sha512-
6bAg36mCwuqLO0hbR+z7PHuqWiCeP7Dzg73OpQwsAB1Eb8HnGEz5xYBzCfbu+YjoaJsJs+qheDxVAuqbt3ILEw
=="
},
},
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining"
:
{
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining"
:
{
"version"
:
"7.13.12"
,
"version"
:
"7.13.12"
,
...
@@ -564,11 +564,11 @@
...
@@ -564,11 +564,11 @@
}
}
},
},
"@babel/plugin-transform-block-scoping"
:
{
"@babel/plugin-transform-block-scoping"
:
{
"version"
:
"7.1
2.13
"
,
"version"
:
"7.1
3.16
"
,
"resolved"
:
"https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.1
2.13
.tgz"
,
"resolved"
:
"https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.1
3.16
.tgz"
,
"integrity"
:
"sha512-
Pxwe0iqWJX4fOOM2kEZeUuAxHMWb9nK+9oh5d11bsLoB0xMg+mkDpt0eYuDZB7ETrY9bbcVlKUGTOGWy7BHsMQ
=="
,
"integrity"
:
"sha512-
ad3PHUxGnfWF4Efd3qFuznEtZKoBp0spS+DgqzVzRPV7urEBvPLue3y2j80w4Jf2YLzZHj8TOv/Lmvdmh3b2xg
=="
,
"requires"
:
{
"requires"
:
{
"@babel/helper-plugin-utils"
:
"^7.1
2.13
"
"@babel/helper-plugin-utils"
:
"^7.1
3.0
"
}
}
},
},
"@babel/plugin-transform-classes"
:
{
"@babel/plugin-transform-classes"
:
{
...
@@ -594,9 +594,9 @@
...
@@ -594,9 +594,9 @@
}
}
},
},
"@babel/plugin-transform-destructuring"
:
{
"@babel/plugin-transform-destructuring"
:
{
"version"
:
"7.13.
0
"
,
"version"
:
"7.13.
17
"
,
"resolved"
:
"https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.13.
0
.tgz"
,
"resolved"
:
"https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.13.
17
.tgz"
,
"integrity"
:
"sha512-
zym5em7tePoNT9s964c0/KU3JPPnuq7VhIxPRefJ4/s82cD+q1mgKfuGRDMCPL0HTyKz4dISuQlCusfgCJ86H
A=="
,
"integrity"
:
"sha512-
UAUqiLv+uRLO+xuBKKMEpC+t7YRNVRqBsWWq1yKXbBZBje/t3IXCiSinZhjn/DC3qzBfICeYd2EFGEbHsh5RL
A=="
,
"requires"
:
{
"requires"
:
{
"@babel/helper-plugin-utils"
:
"^7.13.0"
"@babel/helper-plugin-utils"
:
"^7.13.0"
}
}
...
@@ -919,9 +919,9 @@
...
@@ -919,9 +919,9 @@
}
}
},
},
"@babel/runtime"
:
{
"@babel/runtime"
:
{
"version"
:
"7.13.1
0
"
,
"version"
:
"7.13.1
7
"
,
"resolved"
:
"https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.1
0
.tgz"
,
"resolved"
:
"https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.1
7
.tgz"
,
"integrity"
:
"sha512-
4QPkjJq6Ns3V/RgpEahRk+AGfL0eO6RHHtTWoNNr5mO49G6B5+X6d6THgWEAvTrznU5xYpbAlVKRYcsCgh/Akw
=="
,
"integrity"
:
"sha512-
NCdgJEelPTSh+FEFylhnP1ylq848l1z9t9N0j1Lfbcw0+KXGjsTvUmkxy+voLLXB5SOKMbLLx4jxYliGrYQseA
=="
,
"requires"
:
{
"requires"
:
{
"regenerator-runtime"
:
"^0.13.4"
"regenerator-runtime"
:
"^0.13.4"
},
},
...
@@ -944,27 +944,26 @@
...
@@ -944,27 +944,26 @@
}
}
},
},
"@babel/traverse"
:
{
"@babel/traverse"
:
{
"version"
:
"7.13.1
5
"
,
"version"
:
"7.13.1
7
"
,
"resolved"
:
"https://registry.npmjs.org/@babel/traverse/-/traverse-7.13.1
5
.tgz"
,
"resolved"
:
"https://registry.npmjs.org/@babel/traverse/-/traverse-7.13.1
7
.tgz"
,
"integrity"
:
"sha512-
/mpZMNvj6bce59Qzl09fHEs8Bt8NnpEDQYleHUPZQ3wXUMvXi+HJPLars68oAbmp839fGoOkv2pSL2z9ajCIaQ
=="
,
"integrity"
:
"sha512-
BMnZn0R+X6ayqm3C3To7o1j7Q020gWdqdyP50KEoVqaCO2c/Im7sYZSmVgvefp8TTMQ+9CtwuBp0Z1CZ8V3Pvg
=="
,
"requires"
:
{
"requires"
:
{
"@babel/code-frame"
:
"^7.12.13"
,
"@babel/code-frame"
:
"^7.12.13"
,
"@babel/generator"
:
"^7.13.
9
"
,
"@babel/generator"
:
"^7.13.
16
"
,
"@babel/helper-function-name"
:
"^7.12.13"
,
"@babel/helper-function-name"
:
"^7.12.13"
,
"@babel/helper-split-export-declaration"
:
"^7.12.13"
,
"@babel/helper-split-export-declaration"
:
"^7.12.13"
,
"@babel/parser"
:
"^7.13.1
5
"
,
"@babel/parser"
:
"^7.13.1
6
"
,
"@babel/types"
:
"^7.13.1
4
"
,
"@babel/types"
:
"^7.13.1
7
"
,
"debug"
:
"^4.1.0"
,
"debug"
:
"^4.1.0"
,
"globals"
:
"^11.1.0"
"globals"
:
"^11.1.0"
}
}
},
},
"@babel/types"
:
{
"@babel/types"
:
{
"version"
:
"7.13.1
4
"
,
"version"
:
"7.13.1
7
"
,
"resolved"
:
"https://registry.npmjs.org/@babel/types/-/types-7.13.1
4
.tgz"
,
"resolved"
:
"https://registry.npmjs.org/@babel/types/-/types-7.13.1
7
.tgz"
,
"integrity"
:
"sha512-
A2aa3QTkWoyqsZZFl56MLUsfmh7O0gN41IPvXAE/++8ojpbz12SszD7JEGYVdn4f9Kt4amIei07swF1h4AqmmQ
=="
,
"integrity"
:
"sha512-
RawydLgxbOPDlTLJNtoIypwdmAy//uQIzlKt2+iBiJaRlVuI6QLUxVAyWGNfOzp8Yu4L4lLIacoCyTNtpb4wiA
=="
,
"requires"
:
{
"requires"
:
{
"@babel/helper-validator-identifier"
:
"^7.12.11"
,
"@babel/helper-validator-identifier"
:
"^7.12.11"
,
"lodash"
:
"^4.17.19"
,
"to-fast-properties"
:
"^2.0.0"
"to-fast-properties"
:
"^2.0.0"
}
}
},
},
...
@@ -1085,9 +1084,9 @@
...
@@ -1085,9 +1084,9 @@
}
}
},
},
"chalk"
:
{
"chalk"
:
{
"version"
:
"4.1.
0
"
,
"version"
:
"4.1.
1
"
,
"resolved"
:
"https://registry.npmjs.org/chalk/-/chalk-4.1.
0
.tgz"
,
"resolved"
:
"https://registry.npmjs.org/chalk/-/chalk-4.1.
1
.tgz"
,
"integrity"
:
"sha512-
qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A
=="
,
"integrity"
:
"sha512-
diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg
=="
,
"requires"
:
{
"requires"
:
{
"ansi-styles"
:
"^4.1.0"
,
"ansi-styles"
:
"^4.1.0"
,
"supports-color"
:
"^7.1.0"
"supports-color"
:
"^7.1.0"
...
@@ -1166,9 +1165,9 @@
...
@@ -1166,9 +1165,9 @@
}
}
},
},
"chalk"
:
{
"chalk"
:
{
"version"
:
"4.1.
0
"
,
"version"
:
"4.1.
1
"
,
"resolved"
:
"https://registry.npmjs.org/chalk/-/chalk-4.1.
0
.tgz"
,
"resolved"
:
"https://registry.npmjs.org/chalk/-/chalk-4.1.
1
.tgz"
,
"integrity"
:
"sha512-
qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A
=="
,
"integrity"
:
"sha512-
diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg
=="
,
"requires"
:
{
"requires"
:
{
"ansi-styles"
:
"^4.1.0"
,
"ansi-styles"
:
"^4.1.0"
,
"supports-color"
:
"^7.1.0"
"supports-color"
:
"^7.1.0"
...
@@ -1267,9 +1266,9 @@
...
@@ -1267,9 +1266,9 @@
}
}
},
},
"chalk"
:
{
"chalk"
:
{
"version"
:
"4.1.
0
"
,
"version"
:
"4.1.
1
"
,
"resolved"
:
"https://registry.npmjs.org/chalk/-/chalk-4.1.
0
.tgz"
,
"resolved"
:
"https://registry.npmjs.org/chalk/-/chalk-4.1.
1
.tgz"
,
"integrity"
:
"sha512-
qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A
=="
,
"integrity"
:
"sha512-
diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg
=="
,
"requires"
:
{
"requires"
:
{
"ansi-styles"
:
"^4.1.0"
,
"ansi-styles"
:
"^4.1.0"
,
"supports-color"
:
"^7.1.0"
"supports-color"
:
"^7.1.0"
...
@@ -1386,9 +1385,9 @@
...
@@ -1386,9 +1385,9 @@
}
}
},
},
"chalk"
:
{
"chalk"
:
{
"version"
:
"4.1.
0
"
,
"version"
:
"4.1.
1
"
,
"resolved"
:
"https://registry.npmjs.org/chalk/-/chalk-4.1.
0
.tgz"
,
"resolved"
:
"https://registry.npmjs.org/chalk/-/chalk-4.1.
1
.tgz"
,
"integrity"
:
"sha512-
qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A
=="
,
"integrity"
:
"sha512-
diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg
=="
,
"requires"
:
{
"requires"
:
{
"ansi-styles"
:
"^4.1.0"
,
"ansi-styles"
:
"^4.1.0"
,
"supports-color"
:
"^7.1.0"
"supports-color"
:
"^7.1.0"
...
@@ -1460,9 +1459,9 @@
...
@@ -1460,9 +1459,9 @@
}
}
},
},
"chalk"
:
{
"chalk"
:
{
"version"
:
"4.1.
0
"
,
"version"
:
"4.1.
1
"
,
"resolved"
:
"https://registry.npmjs.org/chalk/-/chalk-4.1.
0
.tgz"
,
"resolved"
:
"https://registry.npmjs.org/chalk/-/chalk-4.1.
1
.tgz"
,
"integrity"
:
"sha512-
qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A
=="
,
"integrity"
:
"sha512-
diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg
=="
,
"requires"
:
{
"requires"
:
{
"ansi-styles"
:
"^4.1.0"
,
"ansi-styles"
:
"^4.1.0"
,
"supports-color"
:
"^7.1.0"
"supports-color"
:
"^7.1.0"
...
@@ -1554,9 +1553,9 @@
...
@@ -1554,9 +1553,9 @@
}
}
},
},
"chalk"
:
{
"chalk"
:
{
"version"
:
"4.1.
0
"
,
"version"
:
"4.1.
1
"
,
"resolved"
:
"https://registry.npmjs.org/chalk/-/chalk-4.1.
0
.tgz"
,
"resolved"
:
"https://registry.npmjs.org/chalk/-/chalk-4.1.
1
.tgz"
,
"integrity"
:
"sha512-
qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A
=="
,
"integrity"
:
"sha512-
diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg
=="
,
"requires"
:
{
"requires"
:
{
"ansi-styles"
:
"^4.1.0"
,
"ansi-styles"
:
"^4.1.0"
,
"supports-color"
:
"^7.1.0"
"supports-color"
:
"^7.1.0"
...
@@ -1821,9 +1820,9 @@
...
@@ -1821,9 +1820,9 @@
"integrity"
:
"sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA=="
"integrity"
:
"sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA=="
},
},
"@types/node"
:
{
"@types/node"
:
{
"version"
:
"14.14.
39
"
,
"version"
:
"14.14.
41
"
,
"resolved"
:
"https://registry.npmjs.org/@types/node/-/node-14.14.
39
.tgz"
,
"resolved"
:
"https://registry.npmjs.org/@types/node/-/node-14.14.
41
.tgz"
,
"integrity"
:
"sha512-
Qipn7rfTxGEDqZiezH+wxqWYR8vcXq5LRpZrETD19Gs4o8LbklbmqotSUsMU+s5G3PJwMRDfNEYoxrcBwIxOuw
=="
"integrity"
:
"sha512-
dueRKfaJL4RTtSa7bWeTK1M+VH+Gns73oCgzvYfHZywRCoPSd8EkXBL0mZ9unPTveBn+D9phZBaxuzpwjWkW0g
=="
},
},
"@types/q"
:
{
"@types/q"
:
{
"version"
:
"1.5.4"
,
"version"
:
"1.5.4"
,
...
@@ -2204,9 +2203,9 @@
...
@@ -2204,9 +2203,9 @@
"integrity"
:
"sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ=="
"integrity"
:
"sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ=="
},
},
"acorn-walk"
:
{
"acorn-walk"
:
{
"version"
:
"8.
0.2
"
,
"version"
:
"8.
1.0
"
,
"resolved"
:
"https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.
0.2
.tgz"
,
"resolved"
:
"https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.
1.0
.tgz"
,
"integrity"
:
"sha512-
+bpA9MJsHdZ4bgfDcpk0ozQyhhVct7rzOmO0s1IIr0AGGgKBljss8n2zp11rRP2wid5VGeh04CgeKzgat5/25A
=="
"integrity"
:
"sha512-
mjmzmv12YIG/G8JQdQuz2MUDShEJ6teYpT5bmWA4q7iwoGen8xtt3twF3OvzIUl+Q06aWIjvnwQUKvQ6TtMRjg
=="
},
},
"aggregate-error"
:
{
"aggregate-error"
:
{
"version"
:
"3.1.0"
,
"version"
:
"3.1.0"
,
...
@@ -2656,9 +2655,9 @@
...
@@ -2656,9 +2655,9 @@
"integrity"
:
"sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg=="
"integrity"
:
"sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg=="
},
},
"chalk"
:
{
"chalk"
:
{
"version"
:
"4.1.
0
"
,
"version"
:
"4.1.
1
"
,
"resolved"
:
"https://registry.npmjs.org/chalk/-/chalk-4.1.
0
.tgz"
,
"resolved"
:
"https://registry.npmjs.org/chalk/-/chalk-4.1.
1
.tgz"
,
"integrity"
:
"sha512-
qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A
=="
,
"integrity"
:
"sha512-
diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg
=="
,
"requires"
:
{
"requires"
:
{
"ansi-styles"
:
"^4.1.0"
,
"ansi-styles"
:
"^4.1.0"
,
"supports-color"
:
"^7.1.0"
"supports-color"
:
"^7.1.0"
...
@@ -2846,13 +2845,13 @@
...
@@ -2846,13 +2845,13 @@
}
}
},
},
"browserslist"
:
{
"browserslist"
:
{
"version"
:
"4.16.
4
"
,
"version"
:
"4.16.
5
"
,
"resolved"
:
"https://registry.npmjs.org/browserslist/-/browserslist-4.16.
4
.tgz"
,
"resolved"
:
"https://registry.npmjs.org/browserslist/-/browserslist-4.16.
5
.tgz"
,
"integrity"
:
"sha512-
d7rCxYV8I9kj41RH8UKYnvDYCRENUlHRgyXy/Rhr/1BaeLGfiCptEdFE8MIrvGfWbBFNjVYx76SQWvNX1j+/cQ
=="
,
"integrity"
:
"sha512-
C2HAjrM1AI/djrpAUU/tr4pml1DqLIzJKSLDBXBrNErl9ZCCTXdhwxdJjYc16953+mBWf7Lw+uUJgpgb8cN71A
=="
,
"requires"
:
{
"requires"
:
{
"caniuse-lite"
:
"^1.0.300012
08
"
,
"caniuse-lite"
:
"^1.0.300012
14
"
,
"colorette"
:
"^1.2.2"
,
"colorette"
:
"^1.2.2"
,
"electron-to-chromium"
:
"^1.3.71
2
"
,
"electron-to-chromium"
:
"^1.3.71
9
"
,
"escalade"
:
"^3.1.1"
,
"escalade"
:
"^3.1.1"
,
"node-releases"
:
"^1.1.71"
"node-releases"
:
"^1.1.71"
}
}
...
@@ -3016,9 +3015,9 @@
...
@@ -3016,9 +3015,9 @@
}
}
},
},
"caniuse-lite"
:
{
"caniuse-lite"
:
{
"version"
:
"1.0.300012
08
"
,
"version"
:
"1.0.300012
14
"
,
"resolved"
:
"https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.300012
08
.tgz"
,
"resolved"
:
"https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.300012
14
.tgz"
,
"integrity"
:
"sha512-O
E5UE4+nBOro8Dyvv0lfx+SRtfVIOM9uhKqFmJeUbGriqhhStgp1A0OyBpgy3OUF8AhYCT+PVwPC1gMl2ZcQMA
=="
"integrity"
:
"sha512-O
2/SCpuaU3eASWVaesQirZv1MSjUNOvmugaD8zNSJqw6Vv5SGwoOpA9LJs3pNPfM745nxqPvfZY3MQKY4AKHYg
=="
},
},
"chalk"
:
{
"chalk"
:
{
"version"
:
"2.4.2"
,
"version"
:
"2.4.2"
,
...
@@ -3392,16 +3391,16 @@
...
@@ -3392,16 +3391,16 @@
"integrity"
:
"sha1-Z29us8OZl8LuGsOpJP1hJHSPV40="
"integrity"
:
"sha1-Z29us8OZl8LuGsOpJP1hJHSPV40="
},
},
"core-js"
:
{
"core-js"
:
{
"version"
:
"3.1
0.1
"
,
"version"
:
"3.1
1.0
"
,
"resolved"
:
"https://registry.npmjs.org/core-js/-/core-js-3.1
0.1
.tgz"
,
"resolved"
:
"https://registry.npmjs.org/core-js/-/core-js-3.1
1.0
.tgz"
,
"integrity"
:
"sha512-
pwCxEXnj27XG47mu7SXAwhLP3L5CrlvCB91ANUkIz40P27kUcvNfSdvyZJ9CLHiVoKSp+TTChMQMSKQEH/IQxA
=="
"integrity"
:
"sha512-
bd79DPpx+1Ilh9+30aT5O1sgpQd4Ttg8oqkqi51ZzhedMM1omD2e6IOF48Z/DzDCZ2svp49tN/3vneTK6ZBkXw
=="
},
},
"core-js-compat"
:
{
"core-js-compat"
:
{
"version"
:
"3.1
0.1
"
,
"version"
:
"3.1
1.0
"
,
"resolved"
:
"https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.1
0.1
.tgz"
,
"resolved"
:
"https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.1
1.0
.tgz"
,
"integrity"
:
"sha512-
ZHQTdTPkqvw2CeHiZC970NNJcnwzT6YIueDMASKt+p3WbZsLXOcoD392SkcWhkC0wBBHhlfhqGKKsNCQUozYtg
=="
,
"integrity"
:
"sha512-
3wsN9YZJohOSDCjVB0GequOyHax8zFiogSX3XWLE28M1Ew7dTU57tgHjIylSBKSIouwmLBp3g61sKMz/q3xEGA
=="
,
"requires"
:
{
"requires"
:
{
"browserslist"
:
"^4.16.
3
"
,
"browserslist"
:
"^4.16.
4
"
,
"semver"
:
"7.0.0"
"semver"
:
"7.0.0"
},
},
"dependencies"
:
{
"dependencies"
:
{
...
@@ -4037,9 +4036,9 @@
...
@@ -4037,9 +4036,9 @@
"integrity"
:
"sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0="
"integrity"
:
"sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0="
},
},
"electron-to-chromium"
:
{
"electron-to-chromium"
:
{
"version"
:
"1.3.7
17
"
,
"version"
:
"1.3.7
20
"
,
"resolved"
:
"https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.7
17
.tgz"
,
"resolved"
:
"https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.7
20
.tgz"
,
"integrity"
:
"sha512-
OfzVPIqD1MkJ7fX+yTl2nKyOE4FReeVfMCzzxQS+Kp43hZYwHwThlGP+EGIZRXJsxCM7dqo8Y65NOX/HP12iXQ
=="
"integrity"
:
"sha512-
B6zLTxxaOFP4WZm6DrvgRk8kLFYWNhQ5TrHMC0l5WtkMXhU5UbnvWoTfeEwqOruUSlNMhVLfYak7REX6oC5Yfw
=="
},
},
"element-ui"
:
{
"element-ui"
:
{
"version"
:
"2.15.1"
,
"version"
:
"2.15.1"
,
...
@@ -4855,9 +4854,9 @@
...
@@ -4855,9 +4854,9 @@
}
}
},
},
"get-stream"
:
{
"get-stream"
:
{
"version"
:
"6.0.
0
"
,
"version"
:
"6.0.
1
"
,
"resolved"
:
"https://registry.npmjs.org/get-stream/-/get-stream-6.0.
0
.tgz"
,
"resolved"
:
"https://registry.npmjs.org/get-stream/-/get-stream-6.0.
1
.tgz"
,
"integrity"
:
"sha512-
A1B3Bh1UmL0bidM/YX2NsCOTnGJePL9rO/M+Mw3m9f2gUpfokS0hi5Eah0WSUEWZdZhIZtMjkIYS7mDfOqNHb
g=="
"integrity"
:
"sha512-
ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPY
g=="
},
},
"get-value"
:
{
"get-value"
:
{
"version"
:
"2.0.6"
,
"version"
:
"2.0.6"
,
...
@@ -5306,9 +5305,9 @@
...
@@ -5306,9 +5305,9 @@
}
}
},
},
"http-proxy-middleware"
:
{
"http-proxy-middleware"
:
{
"version"
:
"1.2.
0
"
,
"version"
:
"1.2.
1
"
,
"resolved"
:
"https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-1.2.
0
.tgz"
,
"resolved"
:
"https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-1.2.
1
.tgz"
,
"integrity"
:
"sha512-
vNw+AxT0+6VTM1rCJw1bpiIaUQ1Ww/vTyIEOUzdW9kNX4yuhhqV3jLSKDJo/Y/lqEIshaKCDujtvEqWiD9Dn6
Q=="
,
"integrity"
:
"sha512-
mxqwEC+IOneTLuYz1B7fmLUmXXkVWfcbiXe8LsCctIX12vxfJU1Uj9HJD/G9MwK4HvgEdgKI8NZySM3uheC2J
Q=="
,
"dev"
:
true
,
"dev"
:
true
,
"requires"
:
{
"requires"
:
{
"@types/http-proxy"
:
"^1.17.5"
,
"@types/http-proxy"
:
"^1.17.5"
,
...
@@ -5508,9 +5507,9 @@
...
@@ -5508,9 +5507,9 @@
}
}
},
},
"chalk"
:
{
"chalk"
:
{
"version"
:
"4.1.
0
"
,
"version"
:
"4.1.
1
"
,
"resolved"
:
"https://registry.npmjs.org/chalk/-/chalk-4.1.
0
.tgz"
,
"resolved"
:
"https://registry.npmjs.org/chalk/-/chalk-4.1.
1
.tgz"
,
"integrity"
:
"sha512-
qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A
=="
,
"integrity"
:
"sha512-
diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg
=="
,
"requires"
:
{
"requires"
:
{
"ansi-styles"
:
"^4.1.0"
,
"ansi-styles"
:
"^4.1.0"
,
"supports-color"
:
"^7.1.0"
"supports-color"
:
"^7.1.0"
...
@@ -5645,9 +5644,9 @@
...
@@ -5645,9 +5644,9 @@
}
}
},
},
"is-core-module"
:
{
"is-core-module"
:
{
"version"
:
"2.
2
.0"
,
"version"
:
"2.
3
.0"
,
"resolved"
:
"https://registry.npmjs.org/is-core-module/-/is-core-module-2.
2
.0.tgz"
,
"resolved"
:
"https://registry.npmjs.org/is-core-module/-/is-core-module-2.
3
.0.tgz"
,
"integrity"
:
"sha512-
XRAfAdyyY5F5cOXn7hYQDqh2Xmii+DEfIcQGxK/uNwMHhIkPWO0g8msXcbzLe+MpGoR951MlqM/2iIlU4vKDdQ
=="
,
"integrity"
:
"sha512-
xSphU2KG9867tsYdLD4RWQ1VqdFl4HTO9Thf3I/3dLEfr0dbPTWKsuCKrgqMljg4nPE+Gq0VCnzT3gr0CyBmsw
=="
,
"requires"
:
{
"requires"
:
{
"has"
:
"^1.0.3"
"has"
:
"^1.0.3"
}
}
...
@@ -6096,9 +6095,9 @@
...
@@ -6096,9 +6095,9 @@
"integrity"
:
"sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA=="
"integrity"
:
"sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA=="
},
},
"mem"
:
{
"mem"
:
{
"version"
:
"8.1.
0
"
,
"version"
:
"8.1.
1
"
,
"resolved"
:
"https://registry.npmjs.org/mem/-/mem-8.1.
0
.tgz"
,
"resolved"
:
"https://registry.npmjs.org/mem/-/mem-8.1.
1
.tgz"
,
"integrity"
:
"sha512-
FIkgXo0kTi3XpvaznV5Muk6Y6w8SkdmRXcY7ZLonQesuYezp59UooLxAVBcGuN6PH2tXN84mR3vyzSc6oSMUf
A=="
,
"integrity"
:
"sha512-
qFCFUDs7U3b8mBDPyz5EToEKoAkgCzqquIgi9nkkR9bixxOVOre+09lbuH7+9Kn2NFpm56M3GUWVbU2hQgdAC
A=="
,
"requires"
:
{
"requires"
:
{
"map-age-cleaner"
:
"^0.1.3"
,
"map-age-cleaner"
:
"^0.1.3"
,
"mimic-fn"
:
"^3.1.0"
"mimic-fn"
:
"^3.1.0"
...
@@ -6419,9 +6418,9 @@
...
@@ -6419,9 +6418,9 @@
"integrity"
:
"sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw=="
"integrity"
:
"sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw=="
},
},
"node-html-parser"
:
{
"node-html-parser"
:
{
"version"
:
"3.
1.4
"
,
"version"
:
"3.
2.0
"
,
"resolved"
:
"https://registry.npmjs.org/node-html-parser/-/node-html-parser-3.
1.4
.tgz"
,
"resolved"
:
"https://registry.npmjs.org/node-html-parser/-/node-html-parser-3.
2.0
.tgz"
,
"integrity"
:
"sha512-
IzCm3eDPcUXESZqui+GRsOl93KUaz9Pp1WN0x5wd9GBaTQXHCGof093+V36vg8dIOoIMkgGAKbVSZPikgL+NO
Q=="
,
"integrity"
:
"sha512-
fXhiFFnccwoUW92VvDACbtg1Kv7Ky0Qj9Rv7ETWpczSFLW07JWM6zQ+d523kiHNpodQHlvDhtjK2T86AclzXz
Q=="
,
"requires"
:
{
"requires"
:
{
"css-select"
:
"^3.1.2"
,
"css-select"
:
"^3.1.2"
,
"he"
:
"1.2.0"
"he"
:
"1.2.0"
...
@@ -6460,21 +6459,21 @@
...
@@ -6460,21 +6459,21 @@
"integrity"
:
"sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A=="
"integrity"
:
"sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A=="
},
},
"domhandler"
:
{
"domhandler"
:
{
"version"
:
"4.
1
.0"
,
"version"
:
"4.
2
.0"
,
"resolved"
:
"https://registry.npmjs.org/domhandler/-/domhandler-4.
1
.0.tgz"
,
"resolved"
:
"https://registry.npmjs.org/domhandler/-/domhandler-4.
2
.0.tgz"
,
"integrity"
:
"sha512-
/6/kmsGlMY4Tup/nGVutdrK9yQi4YjWVcVeoQmixpzjOUK1U7pQkvAPHBJeUxOgxF0J8f8lwCJSlCfD0V4CMGQ
=="
,
"integrity"
:
"sha512-
zk7sgt970kzPks2Bf+dwT/PLzghLnsivb9CcxkvR8Mzr66Olr0Ofd8neSbglHJHaHa2MadfoSdNlKYAaafmWfA
=="
,
"requires"
:
{
"requires"
:
{
"domelementtype"
:
"^2.2.0"
"domelementtype"
:
"^2.2.0"
}
}
},
},
"domutils"
:
{
"domutils"
:
{
"version"
:
"2.
5.2
"
,
"version"
:
"2.
6.0
"
,
"resolved"
:
"https://registry.npmjs.org/domutils/-/domutils-2.
5.2
.tgz"
,
"resolved"
:
"https://registry.npmjs.org/domutils/-/domutils-2.
6.0
.tgz"
,
"integrity"
:
"sha512-
MHTthCb1zj8f1GVfRpeZUbohQf/HdBos0oX5gZcQFepOZPLLRyj6Wn7XS7EMnY7CVpwv8863u2vyE83Hfu28HQ
=="
,
"integrity"
:
"sha512-
y0BezHuy4MDYxh6OvolXYsH+1EMGmFbwv5FKW7ovwMG6zTPWqNPq3WF9ayZssFq+UlKdffGLbOEaghNdaOm1WA
=="
,
"requires"
:
{
"requires"
:
{
"dom-serializer"
:
"^1.0.1"
,
"dom-serializer"
:
"^1.0.1"
,
"domelementtype"
:
"^2.2.0"
,
"domelementtype"
:
"^2.2.0"
,
"domhandler"
:
"^4.
1
.0"
"domhandler"
:
"^4.
2
.0"
}
}
},
},
"nth-check"
:
{
"nth-check"
:
{
...
@@ -6667,9 +6666,9 @@
...
@@ -6667,9 +6666,9 @@
}
}
},
},
"object-inspect"
:
{
"object-inspect"
:
{
"version"
:
"1.
9.0
"
,
"version"
:
"1.
10.2
"
,
"resolved"
:
"https://registry.npmjs.org/object-inspect/-/object-inspect-1.
9.0
.tgz"
,
"resolved"
:
"https://registry.npmjs.org/object-inspect/-/object-inspect-1.
10.2
.tgz"
,
"integrity"
:
"sha512-
i3Bp9iTqwhaLZBxGkRfo5ZbE07BQRT7MGu8+nNgwW9ItGp1TzCTw2DLEoWwjClxBjOFI/hWljTAmYGCEwmtnOw
=="
"integrity"
:
"sha512-
gz58rdPpadwztRrPjZE9DZLOABUpTGdcANUgOwBFO1C+HZZhePoP83M65WGDmbpwFYJSWqavbl4SgDn4k8RYTA
=="
},
},
"object-keys"
:
{
"object-keys"
:
{
"version"
:
"1.1.1"
,
"version"
:
"1.1.1"
,
...
@@ -7915,13 +7914,11 @@
...
@@ -7915,13 +7914,11 @@
}
}
},
},
"postcss-selector-parser"
:
{
"postcss-selector-parser"
:
{
"version"
:
"6.0.
4
"
,
"version"
:
"6.0.
5
"
,
"resolved"
:
"https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.
4
.tgz"
,
"resolved"
:
"https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.
5
.tgz"
,
"integrity"
:
"sha512-
gjMeXBempyInaBqpp8gODmwZ52WaYsVOsfr4L4lDQ7n3ncD6mEyySiDtgzCT+NYC0mmeOLvtsF8iaEf0YT6dBw
=="
,
"integrity"
:
"sha512-
aFYPoYmXbZ1V6HZaSvat08M97A8HqO6Pjz+PiNpw/DhuRrC72XWAdp3hL6wusDCN31sSmcZyMGa2hZEuX+Xfhg
=="
,
"requires"
:
{
"requires"
:
{
"cssesc"
:
"^3.0.0"
,
"cssesc"
:
"^3.0.0"
,
"indexes-of"
:
"^1.0.1"
,
"uniq"
:
"^1.0.1"
,
"util-deprecate"
:
"^1.0.2"
"util-deprecate"
:
"^1.0.2"
}
}
},
},
...
@@ -10338,9 +10335,9 @@
...
@@ -10338,9 +10335,9 @@
},
},
"dependencies"
:
{
"dependencies"
:
{
"acorn"
:
{
"acorn"
:
{
"version"
:
"8.
1
.1"
,
"version"
:
"8.
2
.1"
,
"resolved"
:
"https://registry.npmjs.org/acorn/-/acorn-8.
1
.1.tgz"
,
"resolved"
:
"https://registry.npmjs.org/acorn/-/acorn-8.
2
.1.tgz"
,
"integrity"
:
"sha512-
xYiIVjNuqtKXMxlRMDc6mZUhXehod4a3gbZ1qRlM7icK4EbxUFNLhWoPblCvFtB2Y9CIqHP3CF/rdxLItaQv8
g=="
"integrity"
:
"sha512-
z716cpm5TX4uzOzILx8PavOE6C6DKshHDw1aQN52M/yNSqE9s5O8SMfyhCCfCJ3HmTL0NkVOi+8a/55T7YB3b
g=="
},
},
"ansi-styles"
:
{
"ansi-styles"
:
{
"version"
:
"4.3.0"
,
"version"
:
"4.3.0"
,
...
@@ -10351,9 +10348,9 @@
...
@@ -10351,9 +10348,9 @@
}
}
},
},
"chalk"
:
{
"chalk"
:
{
"version"
:
"4.1.
0
"
,
"version"
:
"4.1.
1
"
,
"resolved"
:
"https://registry.npmjs.org/chalk/-/chalk-4.1.
0
.tgz"
,
"resolved"
:
"https://registry.npmjs.org/chalk/-/chalk-4.1.
1
.tgz"
,
"integrity"
:
"sha512-
qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A
=="
,
"integrity"
:
"sha512-
diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg
=="
,
"requires"
:
{
"requires"
:
{
"ansi-styles"
:
"^4.1.0"
,
"ansi-styles"
:
"^4.1.0"
,
"supports-color"
:
"^7.1.0"
"supports-color"
:
"^7.1.0"
...
@@ -10658,9 +10655,9 @@
...
@@ -10658,9 +10655,9 @@
}
}
},
},
"ws"
:
{
"ws"
:
{
"version"
:
"7.4.
4
"
,
"version"
:
"7.4.
5
"
,
"resolved"
:
"https://registry.npmjs.org/ws/-/ws-7.4.
4
.tgz"
,
"resolved"
:
"https://registry.npmjs.org/ws/-/ws-7.4.
5
.tgz"
,
"integrity"
:
"sha512-
Qm8k8ojNQIMx7S+Zp8u/uHOx7Qazv3Yv4q68MiWWWOJhiwG5W3x7iqmRtJo8xxrciZUY4vRxUTJCKuRnF28ZZw
=="
"integrity"
:
"sha512-
xzyu3hFvomRfXKH8vOFMU3OguG6oOvhXMo3xsGy3xWExqaM2dxBbVxuD99O7m3ZUFMvvscsZDqxfgMaRr/Nr1g
=="
},
},
"xtend"
:
{
"xtend"
:
{
"version"
:
"4.0.2"
,
"version"
:
"4.0.2"
,
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论