This commit is contained in:
parent
235e535e5b
commit
53409e5881
|
@ -7,7 +7,7 @@
|
||||||
:show-close="false"
|
:show-close="false"
|
||||||
:close-on-click-modal="false"
|
:close-on-click-modal="false"
|
||||||
:close-on-press-escape="false"
|
:close-on-press-escape="false"
|
||||||
>
|
destroy-on-close>
|
||||||
<template #header="{ close, titleId, titleClass }">
|
<template #header="{ close, titleId, titleClass }">
|
||||||
<div class="my-header">
|
<div class="my-header">
|
||||||
<el-icon size="26" color="#fff" @click="closeDialog">
|
<el-icon size="26" color="#fff" @click="closeDialog">
|
||||||
|
@ -22,20 +22,17 @@
|
||||||
<img
|
<img
|
||||||
src="@/assets/images/table_l.png"
|
src="@/assets/images/table_l.png"
|
||||||
alt=""
|
alt=""
|
||||||
style="margin-right: 10px"
|
style="margin-right: 10px" />
|
||||||
/>
|
|
||||||
<div class="name">{{ data.title }}</div>
|
<div class="name">{{ data.title }}</div>
|
||||||
<img
|
<img
|
||||||
src="@/assets/images/table_r.png"
|
src="@/assets/images/table_r.png"
|
||||||
alt=""
|
alt=""
|
||||||
style="margin-left: 10px"
|
style="margin-left: 10px" />
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
<img
|
<img
|
||||||
class="title_botton"
|
class="title_botton"
|
||||||
src="@/assets/images/table_c.png"
|
src="@/assets/images/table_c.png"
|
||||||
alt=""
|
alt="" />
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
|
@ -46,15 +43,13 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
"
|
">
|
||||||
>
|
|
||||||
<video
|
<video
|
||||||
id="videoPlayerInside"
|
id="videoPlayerInside"
|
||||||
class="video-js vjs-default-skin"
|
class="video-js vjs-default-skin"
|
||||||
controls
|
controls
|
||||||
playsinline
|
playsinline
|
||||||
autoplay="autoplay"
|
autoplay="autoplay">
|
||||||
>
|
|
||||||
<source :src="attachmentLink" type="application/x-mpegURL" />
|
<source :src="attachmentLink" type="application/x-mpegURL" />
|
||||||
</video>
|
</video>
|
||||||
</div>
|
</div>
|
||||||
|
@ -114,10 +109,7 @@ watch(
|
||||||
(newVal) => {
|
(newVal) => {
|
||||||
if (newVal) {
|
if (newVal) {
|
||||||
// 打开时执行
|
// 打开时执行
|
||||||
nextTick(()=>{
|
|
||||||
|
|
||||||
initializeVideo();
|
initializeVideo();
|
||||||
})
|
|
||||||
} else {
|
} else {
|
||||||
// 关闭时执行
|
// 关闭时执行
|
||||||
disposeVideo();
|
disposeVideo();
|
||||||
|
|
|
@ -74,8 +74,7 @@
|
||||||
v-for="item in dataMyTag.myTag"
|
v-for="item in dataMyTag.myTag"
|
||||||
:key="item"
|
:key="item"
|
||||||
@click="item.show ? onClickTag(item) : ''"
|
@click="item.show ? onClickTag(item) : ''"
|
||||||
:class="item.show ? 'my-tag-item_active' : ''"
|
:class="item.show ? 'my-tag-item_active' : ''">
|
||||||
>
|
|
||||||
<p>
|
<p>
|
||||||
{{ item.name }}
|
{{ item.name }}
|
||||||
</p>
|
</p>
|
||||||
|
@ -88,11 +87,13 @@
|
||||||
<p>返回</p>
|
<p>返回</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="videoCamera" v-if="dataMyTag.camera" @click="openCamera()">
|
<div class="videoCamera" v-if="dataMyTag.camera">
|
||||||
<img src="@/assets/images/sxt_detail.png" alt="" />
|
<img
|
||||||
|
src="@/assets/images/sxt_detail.png"
|
||||||
|
alt=""
|
||||||
|
@click="openCamera()" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div class="person-main">
|
<div class="person-main">
|
||||||
<div
|
<div
|
||||||
v-for="(item, index) in dataMyTag.myTag1"
|
v-for="(item, index) in dataMyTag.myTag1"
|
||||||
|
@ -104,8 +105,7 @@
|
||||||
: 'main-tag-item',
|
: 'main-tag-item',
|
||||||
item.name == tableType.title ? 'main-tag-item_active' : '',
|
item.name == tableType.title ? 'main-tag-item_active' : '',
|
||||||
]"
|
]"
|
||||||
@click="onClickTag2(item.name, item.label)"
|
@click="onClickTag2(item.name, item.label)">
|
||||||
>
|
|
||||||
<span v-if="item.name == '退休养老'"> 退休<br />养老</span>
|
<span v-if="item.name == '退休养老'"> 退休<br />养老</span>
|
||||||
<span v-else>{{ item.name }}</span>
|
<span v-else>{{ item.name }}</span>
|
||||||
</div>
|
</div>
|
||||||
|
@ -132,16 +132,14 @@
|
||||||
height: '50px',
|
height: '50px',
|
||||||
backgroundColor: 'rgba(31, 63, 113, 1)',
|
backgroundColor: 'rgba(31, 63, 113, 1)',
|
||||||
color: '#fff',
|
color: '#fff',
|
||||||
}"
|
}">
|
||||||
>
|
|
||||||
<template v-for="item in tableMain.columns">
|
<template v-for="item in tableMain.columns">
|
||||||
<el-table-column
|
<el-table-column
|
||||||
v-if="item.type == 'slot'"
|
v-if="item.type == 'slot'"
|
||||||
:label="item.label"
|
:label="item.label"
|
||||||
:prop="item.property"
|
:prop="item.property"
|
||||||
:width="item.width"
|
:width="item.width"
|
||||||
:align="item.align || 'left'"
|
:align="item.align || 'left'">
|
||||||
>
|
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
<!-- 医疗保险类型 -->
|
<!-- 医疗保险类型 -->
|
||||||
<div v-if="item.property == 'xs'">
|
<div v-if="item.property == 'xs'">
|
||||||
|
@ -155,8 +153,7 @@
|
||||||
:width="item.width"
|
:width="item.width"
|
||||||
:prop="item.property"
|
:prop="item.property"
|
||||||
:label="item.label"
|
:label="item.label"
|
||||||
:align="item.align || 'left'"
|
:align="item.align || 'left'" />
|
||||||
/>
|
|
||||||
</template>
|
</template>
|
||||||
</el-table>
|
</el-table>
|
||||||
</div>
|
</div>
|
||||||
|
@ -186,14 +183,12 @@
|
||||||
height: '50px',
|
height: '50px',
|
||||||
backgroundColor: 'rgba(31, 63, 113, 1)',
|
backgroundColor: 'rgba(31, 63, 113, 1)',
|
||||||
color: '#fff',
|
color: '#fff',
|
||||||
}"
|
}">
|
||||||
>
|
|
||||||
<template v-for="item in tableType.columns">
|
<template v-for="item in tableType.columns">
|
||||||
<el-table-column
|
<el-table-column
|
||||||
v-if="item.type == 'slot'"
|
v-if="item.type == 'slot'"
|
||||||
:label="item.label"
|
:label="item.label"
|
||||||
:prop="item.property"
|
:prop="item.property">
|
||||||
>
|
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
<!-- 医疗保险类型 -->
|
<!-- 医疗保险类型 -->
|
||||||
<div v-if="item.property == 'ylbxlx'">
|
<div v-if="item.property == 'ylbxlx'">
|
||||||
|
@ -208,8 +203,7 @@
|
||||||
v-else
|
v-else
|
||||||
:width="item.width"
|
:width="item.width"
|
||||||
:prop="item.property"
|
:prop="item.property"
|
||||||
:label="item.label"
|
:label="item.label" />
|
||||||
/>
|
|
||||||
</template>
|
</template>
|
||||||
</el-table>
|
</el-table>
|
||||||
<el-pagination
|
<el-pagination
|
||||||
|
@ -220,8 +214,7 @@
|
||||||
prev-text="上一页"
|
prev-text="上一页"
|
||||||
next-text="下一页"
|
next-text="下一页"
|
||||||
v-model:current-page="pagination.current"
|
v-model:current-page="pagination.current"
|
||||||
@current-change="handlePagination"
|
@current-change="handlePagination" />
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
@ -246,14 +239,12 @@
|
||||||
height: '50px',
|
height: '50px',
|
||||||
backgroundColor: 'rgba(31, 63, 113, 1)',
|
backgroundColor: 'rgba(31, 63, 113, 1)',
|
||||||
color: '#fff',
|
color: '#fff',
|
||||||
}"
|
}">
|
||||||
>
|
|
||||||
<template v-for="item in dataMyTag.form.column">
|
<template v-for="item in dataMyTag.form.column">
|
||||||
<el-table-column
|
<el-table-column
|
||||||
:width="item.width"
|
:width="item.width"
|
||||||
:prop="item.property"
|
:prop="item.property"
|
||||||
:label="item.label"
|
:label="item.label" />
|
||||||
/>
|
|
||||||
</template>
|
</template>
|
||||||
</el-table>
|
</el-table>
|
||||||
<el-pagination
|
<el-pagination
|
||||||
|
@ -264,8 +255,7 @@
|
||||||
prev-text="上一页"
|
prev-text="上一页"
|
||||||
next-text="下一页"
|
next-text="下一页"
|
||||||
v-model:current-page="zhpagination.current"
|
v-model:current-page="zhpagination.current"
|
||||||
@current-change="handlePagination1"
|
@current-change="handlePagination1" />
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
@ -290,14 +280,12 @@
|
||||||
height: '50px',
|
height: '50px',
|
||||||
backgroundColor: 'rgba(31, 63, 113, 1)',
|
backgroundColor: 'rgba(31, 63, 113, 1)',
|
||||||
color: '#fff',
|
color: '#fff',
|
||||||
}"
|
}">
|
||||||
>
|
|
||||||
<template v-for="item in dataMyTag.zfForm.column">
|
<template v-for="item in dataMyTag.zfForm.column">
|
||||||
<el-table-column
|
<el-table-column
|
||||||
:width="item.width"
|
:width="item.width"
|
||||||
:prop="item.property"
|
:prop="item.property"
|
||||||
:label="item.label"
|
:label="item.label" />
|
||||||
/>
|
|
||||||
</template>
|
</template>
|
||||||
</el-table>
|
</el-table>
|
||||||
<el-pagination
|
<el-pagination
|
||||||
|
@ -308,8 +296,7 @@
|
||||||
prev-text="上一页"
|
prev-text="上一页"
|
||||||
next-text="下一页"
|
next-text="下一页"
|
||||||
v-model:current-page="zfpagination.current"
|
v-model:current-page="zfpagination.current"
|
||||||
@current-change="handlePagination2"
|
@current-change="handlePagination2" />
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -335,14 +322,12 @@
|
||||||
height: '50px',
|
height: '50px',
|
||||||
backgroundColor: 'rgba(31, 63, 113, 1)',
|
backgroundColor: 'rgba(31, 63, 113, 1)',
|
||||||
color: '#fff',
|
color: '#fff',
|
||||||
}"
|
}">
|
||||||
>
|
|
||||||
<template v-for="item in tableType.columns">
|
<template v-for="item in tableType.columns">
|
||||||
<el-table-column
|
<el-table-column
|
||||||
v-if="item.type == 'slot'"
|
v-if="item.type == 'slot'"
|
||||||
:label="item.label"
|
:label="item.label"
|
||||||
:prop="item.property"
|
:prop="item.property">
|
||||||
>
|
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
<!-- 医疗保险类型 -->
|
<!-- 医疗保险类型 -->
|
||||||
<div v-if="item.property == 'ylbxlx'">
|
<div v-if="item.property == 'ylbxlx'">
|
||||||
|
@ -365,8 +350,7 @@
|
||||||
v-else
|
v-else
|
||||||
:width="item.width"
|
:width="item.width"
|
||||||
:prop="item.property"
|
:prop="item.property"
|
||||||
:label="item.label"
|
:label="item.label" />
|
||||||
/>
|
|
||||||
</template>
|
</template>
|
||||||
</el-table>
|
</el-table>
|
||||||
<el-pagination
|
<el-pagination
|
||||||
|
@ -377,8 +361,7 @@
|
||||||
prev-text="上一页"
|
prev-text="上一页"
|
||||||
next-text="下一页"
|
next-text="下一页"
|
||||||
v-model:current-page="pagination.current"
|
v-model:current-page="pagination.current"
|
||||||
@current-change="handlePagination"
|
@current-change="handlePagination" />
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div v-else>
|
<div v-else>
|
||||||
|
@ -388,8 +371,7 @@
|
||||||
<div class="my-info">
|
<div class="my-info">
|
||||||
<div
|
<div
|
||||||
class="my-info-item"
|
class="my-info-item"
|
||||||
v-if="dataMyTag.title == '学习' && baseInfo.eduPhase"
|
v-if="dataMyTag.title == '学习' && baseInfo.eduPhase">
|
||||||
>
|
|
||||||
<div class="my-info-label" style="min-width: 40px">学历</div>
|
<div class="my-info-label" style="min-width: 40px">学历</div>
|
||||||
<div class="my-info-content">
|
<div class="my-info-content">
|
||||||
<p>{{ baseInfo.eduPhase || "" }}</p>
|
<p>{{ baseInfo.eduPhase || "" }}</p>
|
||||||
|
@ -397,8 +379,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="my-info-item"
|
class="my-info-item"
|
||||||
v-if="dataMyTag.title == '婚育' && baseInfo.maritalStatus"
|
v-if="dataMyTag.title == '婚育' && baseInfo.maritalStatus">
|
||||||
>
|
|
||||||
<div class="my-info-label">婚姻状况</div>
|
<div class="my-info-label">婚姻状况</div>
|
||||||
<div class="my-info-content">
|
<div class="my-info-content">
|
||||||
<p>{{ baseInfo.maritalStatus || "" }}</p>
|
<p>{{ baseInfo.maritalStatus || "" }}</p>
|
||||||
|
@ -407,14 +388,12 @@
|
||||||
<div v-for="(item, index) in tableType.columns">
|
<div v-for="(item, index) in tableType.columns">
|
||||||
<div
|
<div
|
||||||
class="my-info-item"
|
class="my-info-item"
|
||||||
v-if="rightList?.length != 0 && item.show == true"
|
v-if="rightList?.length != 0 && item.show == true">
|
||||||
>
|
|
||||||
<div
|
<div
|
||||||
class="my-info-label"
|
class="my-info-label"
|
||||||
:class="
|
:class="
|
||||||
item.label == '学校' || item.label == '班级' ? 'widu' : ''
|
item.label == '学校' || item.label == '班级' ? 'widu' : ''
|
||||||
"
|
">
|
||||||
>
|
|
||||||
{{ item.label }}
|
{{ item.label }}
|
||||||
</div>
|
</div>
|
||||||
<div class="my-info-content">
|
<div class="my-info-content">
|
||||||
|
@ -440,8 +419,7 @@
|
||||||
:cameraShow="camerali.show"
|
:cameraShow="camerali.show"
|
||||||
:hlsUriSsl="camerali.hlsUriSsl"
|
:hlsUriSsl="camerali.hlsUriSsl"
|
||||||
:sxtnames="camerali.name"
|
:sxtnames="camerali.name"
|
||||||
@close="close1"
|
@close="close1">
|
||||||
>
|
|
||||||
</DialogCamera>
|
</DialogCamera>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
@ -1191,6 +1169,7 @@ const openCamera = () => {
|
||||||
// message: errorMessage.value,
|
// message: errorMessage.value,
|
||||||
// });
|
// });
|
||||||
// }else{
|
// }else{
|
||||||
|
console.log("打开摄像头");
|
||||||
getCameraUrl();
|
getCameraUrl();
|
||||||
|
|
||||||
// }
|
// }
|
||||||
|
@ -1733,6 +1712,7 @@ onMounted(() => {
|
||||||
top: 0px;
|
top: 0px;
|
||||||
right: 30px;
|
right: 30px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
z-index: 5;
|
||||||
img {
|
img {
|
||||||
width: 46px;
|
width: 46px;
|
||||||
height: 46px;
|
height: 46px;
|
||||||
|
|
230
yarn.lock
230
yarn.lock
|
@ -23,7 +23,7 @@
|
||||||
resolved "https://registry.npmmirror.com/@babel/compat-data/-/compat-data-7.25.8.tgz"
|
resolved "https://registry.npmmirror.com/@babel/compat-data/-/compat-data-7.25.8.tgz"
|
||||||
integrity sha512-ZsysZyXY4Tlx+Q53XdnOFmqwfB9QDTHYxaZYajWRoBLuLEAwI2UIbtxOjWh/cFaa9IKUlcB+DDuoskLuKu56JA==
|
integrity sha512-ZsysZyXY4Tlx+Q53XdnOFmqwfB9QDTHYxaZYajWRoBLuLEAwI2UIbtxOjWh/cFaa9IKUlcB+DDuoskLuKu56JA==
|
||||||
|
|
||||||
"@babel/core@^7.25.7":
|
"@babel/core@^7.0.0", "@babel/core@^7.25.7":
|
||||||
version "7.25.8"
|
version "7.25.8"
|
||||||
resolved "https://registry.npmmirror.com/@babel/core/-/core-7.25.8.tgz"
|
resolved "https://registry.npmmirror.com/@babel/core/-/core-7.25.8.tgz"
|
||||||
integrity sha512-Oixnb+DzmRT30qu9d3tJSQkxuygWm32DFykT4bRoORPa9hZ/L4KhVB/XiRm6KG+roIEM7DBQlmg27kw2HZkdZg==
|
integrity sha512-Oixnb+DzmRT30qu9d3tJSQkxuygWm32DFykT4bRoORPa9hZ/L4KhVB/XiRm6KG+roIEM7DBQlmg27kw2HZkdZg==
|
||||||
|
@ -184,111 +184,6 @@
|
||||||
resolved "https://registry.npmmirror.com/@element-plus/icons-vue/-/icons-vue-2.3.1.tgz"
|
resolved "https://registry.npmmirror.com/@element-plus/icons-vue/-/icons-vue-2.3.1.tgz"
|
||||||
integrity sha512-XxVUZv48RZAd87ucGS48jPf6pKu0yV5UCg9f4FFwtrYxXOwWuVJo6wOvSLKEoMQKjv8GsX/mhP6UsC1lRwbUWg==
|
integrity sha512-XxVUZv48RZAd87ucGS48jPf6pKu0yV5UCg9f4FFwtrYxXOwWuVJo6wOvSLKEoMQKjv8GsX/mhP6UsC1lRwbUWg==
|
||||||
|
|
||||||
"@esbuild/android-arm64@0.17.14":
|
|
||||||
version "0.17.14"
|
|
||||||
resolved "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.17.14.tgz#4624cea3c8941c91f9e9c1228f550d23f1cef037"
|
|
||||||
integrity sha512-eLOpPO1RvtsP71afiFTvS7tVFShJBCT0txiv/xjFBo5a7R7Gjw7X0IgIaFoLKhqXYAXhahoXm7qAmRXhY4guJg==
|
|
||||||
|
|
||||||
"@esbuild/android-arm@0.17.14":
|
|
||||||
version "0.17.14"
|
|
||||||
resolved "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.17.14.tgz#74fae60fcab34c3f0e15cb56473a6091ba2b53a6"
|
|
||||||
integrity sha512-0CnlwnjDU8cks0yJLXfkaU/uoLyRf9VZJs4p1PskBr2AlAHeEsFEwJEo0of/Z3g+ilw5mpyDwThlxzNEIxOE4g==
|
|
||||||
|
|
||||||
"@esbuild/android-x64@0.17.14":
|
|
||||||
version "0.17.14"
|
|
||||||
resolved "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.17.14.tgz#f002fbc08d5e939d8314bd23bcfb1e95d029491f"
|
|
||||||
integrity sha512-nrfQYWBfLGfSGLvRVlt6xi63B5IbfHm3tZCdu/82zuFPQ7zez4XjmRtF/wIRYbJQ/DsZrxJdEvYFE67avYXyng==
|
|
||||||
|
|
||||||
"@esbuild/darwin-arm64@0.17.14":
|
|
||||||
version "0.17.14"
|
|
||||||
resolved "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.17.14.tgz#b8dcd79a1dd19564950b4ca51d62999011e2e168"
|
|
||||||
integrity sha512-eoSjEuDsU1ROwgBH/c+fZzuSyJUVXQTOIN9xuLs9dE/9HbV/A5IqdXHU1p2OfIMwBwOYJ9SFVGGldxeRCUJFyw==
|
|
||||||
|
|
||||||
"@esbuild/darwin-x64@0.17.14":
|
|
||||||
version "0.17.14"
|
|
||||||
resolved "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.17.14.tgz#4b49f195d9473625efc3c773fc757018f2c0d979"
|
|
||||||
integrity sha512-zN0U8RWfrDttdFNkHqFYZtOH8hdi22z0pFm0aIJPsNC4QQZv7je8DWCX5iA4Zx6tRhS0CCc0XC2m7wKsbWEo5g==
|
|
||||||
|
|
||||||
"@esbuild/freebsd-arm64@0.17.14":
|
|
||||||
version "0.17.14"
|
|
||||||
resolved "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.17.14.tgz#480923fd38f644c6342c55e916cc7c231a85eeb7"
|
|
||||||
integrity sha512-z0VcD4ibeZWVQCW1O7szaLxGsx54gcCnajEJMdYoYjLiq4g1jrP2lMq6pk71dbS5+7op/L2Aod+erw+EUr28/A==
|
|
||||||
|
|
||||||
"@esbuild/freebsd-x64@0.17.14":
|
|
||||||
version "0.17.14"
|
|
||||||
resolved "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.17.14.tgz#a6b6b01954ad8562461cb8a5e40e8a860af69cbe"
|
|
||||||
integrity sha512-hd9mPcxfTgJlolrPlcXkQk9BMwNBvNBsVaUe5eNUqXut6weDQH8whcNaKNF2RO8NbpT6GY8rHOK2A9y++s+ehw==
|
|
||||||
|
|
||||||
"@esbuild/linux-arm64@0.17.14":
|
|
||||||
version "0.17.14"
|
|
||||||
resolved "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.17.14.tgz#1fe2f39f78183b59f75a4ad9c48d079916d92418"
|
|
||||||
integrity sha512-FhAMNYOq3Iblcj9i+K0l1Fp/MHt+zBeRu/Qkf0LtrcFu3T45jcwB6A1iMsemQ42vR3GBhjNZJZTaCe3VFPbn9g==
|
|
||||||
|
|
||||||
"@esbuild/linux-arm@0.17.14":
|
|
||||||
version "0.17.14"
|
|
||||||
resolved "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.17.14.tgz#18d594a49b64e4a3a05022c005cb384a58056a2a"
|
|
||||||
integrity sha512-BNTl+wSJ1omsH8s3TkQmIIIQHwvwJrU9u1ggb9XU2KTVM4TmthRIVyxSp2qxROJHhZuW/r8fht46/QE8hU8Qvg==
|
|
||||||
|
|
||||||
"@esbuild/linux-ia32@0.17.14":
|
|
||||||
version "0.17.14"
|
|
||||||
resolved "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.17.14.tgz#f7f0182a9cfc0159e0922ed66c805c9c6ef1b654"
|
|
||||||
integrity sha512-91OK/lQ5y2v7AsmnFT+0EyxdPTNhov3y2CWMdizyMfxSxRqHazXdzgBKtlmkU2KYIc+9ZK3Vwp2KyXogEATYxQ==
|
|
||||||
|
|
||||||
"@esbuild/linux-loong64@0.17.14":
|
|
||||||
version "0.17.14"
|
|
||||||
resolved "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.17.14.tgz#5f5305fdffe2d71dd9a97aa77d0c99c99409066f"
|
|
||||||
integrity sha512-vp15H+5NR6hubNgMluqqKza85HcGJgq7t6rMH7O3Y6ApiOWPkvW2AJfNojUQimfTp6OUrACUXfR4hmpcENXoMQ==
|
|
||||||
|
|
||||||
"@esbuild/linux-mips64el@0.17.14":
|
|
||||||
version "0.17.14"
|
|
||||||
resolved "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.17.14.tgz#a602e85c51b2f71d2aedfe7f4143b2f92f97f3f5"
|
|
||||||
integrity sha512-90TOdFV7N+fgi6c2+GO9ochEkmm9kBAKnuD5e08GQMgMINOdOFHuYLPQ91RYVrnWwQ5683sJKuLi9l4SsbJ7Hg==
|
|
||||||
|
|
||||||
"@esbuild/linux-ppc64@0.17.14":
|
|
||||||
version "0.17.14"
|
|
||||||
resolved "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.17.14.tgz#32d918d782105cbd9345dbfba14ee018b9c7afdf"
|
|
||||||
integrity sha512-NnBGeoqKkTugpBOBZZoktQQ1Yqb7aHKmHxsw43NddPB2YWLAlpb7THZIzsRsTr0Xw3nqiPxbA1H31ZMOG+VVPQ==
|
|
||||||
|
|
||||||
"@esbuild/linux-riscv64@0.17.14":
|
|
||||||
version "0.17.14"
|
|
||||||
resolved "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.17.14.tgz#38612e7b6c037dff7022c33f49ca17f85c5dec58"
|
|
||||||
integrity sha512-0qdlKScLXA8MGVy21JUKvMzCYWovctuP8KKqhtE5A6IVPq4onxXhSuhwDd2g5sRCzNDlDjitc5sX31BzDoL5Fw==
|
|
||||||
|
|
||||||
"@esbuild/linux-s390x@0.17.14":
|
|
||||||
version "0.17.14"
|
|
||||||
resolved "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.17.14.tgz#4397dff354f899e72fd035d72af59a700c465ccb"
|
|
||||||
integrity sha512-Hdm2Jo1yaaOro4v3+6/zJk6ygCqIZuSDJHdHaf8nVH/tfOuoEX5Riv03Ka15LmQBYJObUTNS1UdyoMk0WUn9Ww==
|
|
||||||
|
|
||||||
"@esbuild/linux-x64@0.17.14":
|
|
||||||
version "0.17.14"
|
|
||||||
resolved "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.17.14.tgz#6c5cb99891b6c3e0c08369da3ef465e8038ad9c2"
|
|
||||||
integrity sha512-8KHF17OstlK4DuzeF/KmSgzrTWQrkWj5boluiiq7kvJCiQVzUrmSkaBvcLB2UgHpKENO2i6BthPkmUhNDaJsVw==
|
|
||||||
|
|
||||||
"@esbuild/netbsd-x64@0.17.14":
|
|
||||||
version "0.17.14"
|
|
||||||
resolved "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.17.14.tgz#5fa5255a64e9bf3947c1b3bef5e458b50b211994"
|
|
||||||
integrity sha512-nVwpqvb3yyXztxIT2+VsxJhB5GCgzPdk1n0HHSnchRAcxqKO6ghXwHhJnr0j/B+5FSyEqSxF4q03rbA2fKXtUQ==
|
|
||||||
|
|
||||||
"@esbuild/openbsd-x64@0.17.14":
|
|
||||||
version "0.17.14"
|
|
||||||
resolved "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.17.14.tgz#74d14c79dcb6faf446878cc64284aa4e02f5ca6f"
|
|
||||||
integrity sha512-1RZ7uQQ9zcy/GSAJL1xPdN7NDdOOtNEGiJalg/MOzeakZeTrgH/DoCkbq7TaPDiPhWqnDF+4bnydxRqQD7il6g==
|
|
||||||
|
|
||||||
"@esbuild/sunos-x64@0.17.14":
|
|
||||||
version "0.17.14"
|
|
||||||
resolved "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.17.14.tgz#5c7d1c7203781d86c2a9b2ff77bd2f8036d24cfa"
|
|
||||||
integrity sha512-nqMjDsFwv7vp7msrwWRysnM38Sd44PKmW8EzV01YzDBTcTWUpczQg6mGao9VLicXSgW/iookNK6AxeogNVNDZA==
|
|
||||||
|
|
||||||
"@esbuild/win32-arm64@0.17.14":
|
|
||||||
version "0.17.14"
|
|
||||||
resolved "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.17.14.tgz#dc36ed84f1390e73b6019ccf0566c80045e5ca3d"
|
|
||||||
integrity sha512-xrD0mccTKRBBIotrITV7WVQAwNJ5+1va6L0H9zN92v2yEdjfAN7864cUaZwJS7JPEs53bDTzKFbfqVlG2HhyKQ==
|
|
||||||
|
|
||||||
"@esbuild/win32-ia32@0.17.14":
|
|
||||||
version "0.17.14"
|
|
||||||
resolved "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.17.14.tgz#0802a107afa9193c13e35de15a94fe347c588767"
|
|
||||||
integrity sha512-nXpkz9bbJrLLyUTYtRotSS3t5b+FOuljg8LgLdINWFs3FfqZMtbnBCZFUmBzQPyxqU87F8Av+3Nco/M3hEcu1w==
|
|
||||||
|
|
||||||
"@esbuild/win32-x64@0.17.14":
|
"@esbuild/win32-x64@0.17.14":
|
||||||
version "0.17.14"
|
version "0.17.14"
|
||||||
resolved "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.17.14.tgz"
|
resolved "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.17.14.tgz"
|
||||||
|
@ -354,7 +249,7 @@
|
||||||
"@nodelib/fs.stat" "2.0.5"
|
"@nodelib/fs.stat" "2.0.5"
|
||||||
run-parallel "^1.1.9"
|
run-parallel "^1.1.9"
|
||||||
|
|
||||||
"@nodelib/fs.stat@2.0.5", "@nodelib/fs.stat@^2.0.2":
|
"@nodelib/fs.stat@^2.0.2", "@nodelib/fs.stat@2.0.5":
|
||||||
version "2.0.5"
|
version "2.0.5"
|
||||||
resolved "https://registry.npmmirror.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz"
|
resolved "https://registry.npmmirror.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz"
|
||||||
integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==
|
integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==
|
||||||
|
@ -440,7 +335,7 @@
|
||||||
resolved "https://registry.npmmirror.com/@types/estree/-/estree-1.0.6.tgz"
|
resolved "https://registry.npmmirror.com/@types/estree/-/estree-1.0.6.tgz"
|
||||||
integrity sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==
|
integrity sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==
|
||||||
|
|
||||||
"@types/lodash-es@^4.17.6":
|
"@types/lodash-es@*", "@types/lodash-es@^4.17.6":
|
||||||
version "4.17.12"
|
version "4.17.12"
|
||||||
resolved "https://registry.npmmirror.com/@types/lodash-es/-/lodash-es-4.17.12.tgz"
|
resolved "https://registry.npmmirror.com/@types/lodash-es/-/lodash-es-4.17.12.tgz"
|
||||||
integrity sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==
|
integrity sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==
|
||||||
|
@ -457,7 +352,7 @@
|
||||||
resolved "https://registry.npmmirror.com/@types/web-bluetooth/-/web-bluetooth-0.0.16.tgz"
|
resolved "https://registry.npmmirror.com/@types/web-bluetooth/-/web-bluetooth-0.0.16.tgz"
|
||||||
integrity sha512-oh8q2Zc32S6gd/j50GowEjKLoOVOwHP/bWVjKJInBwQqdOYMdPrf1oVlelTlyfFK3CKxL1uahMDAr+vy8T7yMQ==
|
integrity sha512-oh8q2Zc32S6gd/j50GowEjKLoOVOwHP/bWVjKJInBwQqdOYMdPrf1oVlelTlyfFK3CKxL1uahMDAr+vy8T7yMQ==
|
||||||
|
|
||||||
"@videojs/http-streaming@3.13.2", "@videojs/http-streaming@^3.13.2":
|
"@videojs/http-streaming@^3.13.2", "@videojs/http-streaming@3.13.2":
|
||||||
version "3.13.2"
|
version "3.13.2"
|
||||||
resolved "https://registry.npmmirror.com/@videojs/http-streaming/-/http-streaming-3.13.2.tgz"
|
resolved "https://registry.npmmirror.com/@videojs/http-streaming/-/http-streaming-3.13.2.tgz"
|
||||||
integrity sha512-eCfQp61w00hg7Y9npmLnsJ6UvDF+SsFYzu7mQJgVXxWpVm9AthYWA3KQEKA7F7Sy6yzlm/Sps8BHs5ItelNZgQ==
|
integrity sha512-eCfQp61w00hg7Y9npmLnsJ6UvDF+SsFYzu7mQJgVXxWpVm9AthYWA3KQEKA7F7Sy6yzlm/Sps8BHs5ItelNZgQ==
|
||||||
|
@ -471,19 +366,19 @@
|
||||||
mux.js "7.0.3"
|
mux.js "7.0.3"
|
||||||
video.js "^7 || ^8"
|
video.js "^7 || ^8"
|
||||||
|
|
||||||
"@videojs/vhs-utils@4.0.0", "@videojs/vhs-utils@^4.0.0":
|
"@videojs/vhs-utils@^3.0.5":
|
||||||
version "4.0.0"
|
version "3.0.5"
|
||||||
resolved "https://registry.npmmirror.com/@videojs/vhs-utils/-/vhs-utils-4.0.0.tgz"
|
resolved "https://registry.npmmirror.com/@videojs/vhs-utils/-/vhs-utils-3.0.5.tgz"
|
||||||
integrity sha512-xJp7Yd4jMLwje2vHCUmi8MOUU76nxiwII3z4Eg3Ucb+6rrkFVGosrXlMgGnaLjq724j3wzNElRZ71D/CKrTtxg==
|
integrity sha512-PKVgdo8/GReqdx512F+ombhS+Bzogiofy1LgAj4tN8PfdBx3HSS7V5WfJotKTqtOWGwVfSWsrYN/t09/DSryrw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/runtime" "^7.12.5"
|
"@babel/runtime" "^7.12.5"
|
||||||
global "^4.4.0"
|
global "^4.4.0"
|
||||||
url-toolkit "^2.2.1"
|
url-toolkit "^2.2.1"
|
||||||
|
|
||||||
"@videojs/vhs-utils@^3.0.5":
|
"@videojs/vhs-utils@^4.0.0", "@videojs/vhs-utils@4.0.0":
|
||||||
version "3.0.5"
|
version "4.0.0"
|
||||||
resolved "https://registry.npmmirror.com/@videojs/vhs-utils/-/vhs-utils-3.0.5.tgz"
|
resolved "https://registry.npmmirror.com/@videojs/vhs-utils/-/vhs-utils-4.0.0.tgz"
|
||||||
integrity sha512-PKVgdo8/GReqdx512F+ombhS+Bzogiofy1LgAj4tN8PfdBx3HSS7V5WfJotKTqtOWGwVfSWsrYN/t09/DSryrw==
|
integrity sha512-xJp7Yd4jMLwje2vHCUmi8MOUU76nxiwII3z4Eg3Ucb+6rrkFVGosrXlMgGnaLjq724j3wzNElRZ71D/CKrTtxg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/runtime" "^7.12.5"
|
"@babel/runtime" "^7.12.5"
|
||||||
global "^4.4.0"
|
global "^4.4.0"
|
||||||
|
@ -628,6 +523,16 @@ acorn@^8.12.1, acorn@^8.8.2:
|
||||||
resolved "https://registry.npmmirror.com/acorn/-/acorn-8.13.0.tgz"
|
resolved "https://registry.npmmirror.com/acorn/-/acorn-8.13.0.tgz"
|
||||||
integrity sha512-8zSiw54Oxrdym50NlZ9sUusyO1Z1ZchgRLWRaK6c86XJFClyCgFKetdowBg5bKxyp/u+CDBJG4Mpp0m3HLZl9w==
|
integrity sha512-8zSiw54Oxrdym50NlZ9sUusyO1Z1ZchgRLWRaK6c86XJFClyCgFKetdowBg5bKxyp/u+CDBJG4Mpp0m3HLZl9w==
|
||||||
|
|
||||||
|
aes-decrypter@^4.0.1:
|
||||||
|
version "4.0.2"
|
||||||
|
resolved "https://registry.npmmirror.com/aes-decrypter/-/aes-decrypter-4.0.2.tgz"
|
||||||
|
integrity sha512-lc+/9s6iJvuaRe5qDlMTpCFjnwpkeOXp8qP3oiZ5jsj1MRg+SBVUmmICrhxHvc8OELSmc+fEyyxAuppY6hrWzw==
|
||||||
|
dependencies:
|
||||||
|
"@babel/runtime" "^7.12.5"
|
||||||
|
"@videojs/vhs-utils" "^4.1.1"
|
||||||
|
global "^4.4.0"
|
||||||
|
pkcs7 "^1.0.4"
|
||||||
|
|
||||||
aes-decrypter@1.0.3:
|
aes-decrypter@1.0.3:
|
||||||
version "1.0.3"
|
version "1.0.3"
|
||||||
resolved "https://registry.npmmirror.com/aes-decrypter/-/aes-decrypter-1.0.3.tgz"
|
resolved "https://registry.npmmirror.com/aes-decrypter/-/aes-decrypter-1.0.3.tgz"
|
||||||
|
@ -645,16 +550,6 @@ aes-decrypter@4.0.1:
|
||||||
global "^4.4.0"
|
global "^4.4.0"
|
||||||
pkcs7 "^1.0.4"
|
pkcs7 "^1.0.4"
|
||||||
|
|
||||||
aes-decrypter@^4.0.1:
|
|
||||||
version "4.0.2"
|
|
||||||
resolved "https://registry.npmmirror.com/aes-decrypter/-/aes-decrypter-4.0.2.tgz"
|
|
||||||
integrity sha512-lc+/9s6iJvuaRe5qDlMTpCFjnwpkeOXp8qP3oiZ5jsj1MRg+SBVUmmICrhxHvc8OELSmc+fEyyxAuppY6hrWzw==
|
|
||||||
dependencies:
|
|
||||||
"@babel/runtime" "^7.12.5"
|
|
||||||
"@videojs/vhs-utils" "^4.1.1"
|
|
||||||
global "^4.4.0"
|
|
||||||
pkcs7 "^1.0.4"
|
|
||||||
|
|
||||||
ansi-styles@^3.2.1:
|
ansi-styles@^3.2.1:
|
||||||
version "3.2.1"
|
version "3.2.1"
|
||||||
resolved "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-3.2.1.tgz"
|
resolved "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-3.2.1.tgz"
|
||||||
|
@ -714,7 +609,7 @@ braces@^3.0.3, braces@~3.0.2:
|
||||||
dependencies:
|
dependencies:
|
||||||
fill-range "^7.1.1"
|
fill-range "^7.1.1"
|
||||||
|
|
||||||
browserslist@^4.24.0:
|
browserslist@^4.24.0, "browserslist@>= 4.21.0":
|
||||||
version "4.24.0"
|
version "4.24.0"
|
||||||
resolved "https://registry.npmmirror.com/browserslist/-/browserslist-4.24.0.tgz"
|
resolved "https://registry.npmmirror.com/browserslist/-/browserslist-4.24.0.tgz"
|
||||||
integrity sha512-Rmb62sR1Zpjql25eSanFGEhAxcFwfA1K0GuQcLoaJBAcENegrQut3hYdhXFF1obQfiDyqIW/cLM5HSJ/9k884A==
|
integrity sha512-Rmb62sR1Zpjql25eSanFGEhAxcFwfA1K0GuQcLoaJBAcENegrQut3hYdhXFF1obQfiDyqIW/cLM5HSJ/9k884A==
|
||||||
|
@ -756,7 +651,7 @@ chalk@^2.4.2:
|
||||||
escape-string-regexp "^1.0.5"
|
escape-string-regexp "^1.0.5"
|
||||||
supports-color "^5.3.0"
|
supports-color "^5.3.0"
|
||||||
|
|
||||||
"chokidar@>=3.0.0 <4.0.0", chokidar@^3.6.0:
|
chokidar@^3.6.0, "chokidar@>=3.0.0 <4.0.0":
|
||||||
version "3.6.0"
|
version "3.6.0"
|
||||||
resolved "https://registry.npmmirror.com/chokidar/-/chokidar-3.6.0.tgz"
|
resolved "https://registry.npmmirror.com/chokidar/-/chokidar-3.6.0.tgz"
|
||||||
integrity sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==
|
integrity sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==
|
||||||
|
@ -916,7 +811,7 @@ echarts-liquidfill@^3.1.0:
|
||||||
resolved "https://registry.npmmirror.com/echarts-liquidfill/-/echarts-liquidfill-3.1.0.tgz"
|
resolved "https://registry.npmmirror.com/echarts-liquidfill/-/echarts-liquidfill-3.1.0.tgz"
|
||||||
integrity sha512-5Dlqs/jTsdTUAsd+K5LPLLTgrbbNORUSBQyk8PSy1Mg2zgHDWm83FmvA4s0ooNepCJojFYRITTQ4GU1UUSKYLw==
|
integrity sha512-5Dlqs/jTsdTUAsd+K5LPLLTgrbbNORUSBQyk8PSy1Mg2zgHDWm83FmvA4s0ooNepCJojFYRITTQ4GU1UUSKYLw==
|
||||||
|
|
||||||
echarts@^5.4.2:
|
echarts@^5.0.1, echarts@^5.1.2, echarts@^5.4.2:
|
||||||
version "5.4.2"
|
version "5.4.2"
|
||||||
resolved "https://registry.npmjs.org/echarts/-/echarts-5.4.2.tgz"
|
resolved "https://registry.npmjs.org/echarts/-/echarts-5.4.2.tgz"
|
||||||
integrity sha512-2W3vw3oI2tWJdyAz+b8DuWS0nfXtSDqlDmqgin/lfzbkB01cuMEN66KWBlmur3YMp5nEDEEt5s23pllnAzB4EA==
|
integrity sha512-2W3vw3oI2tWJdyAz+b8DuWS0nfXtSDqlDmqgin/lfzbkB01cuMEN66KWBlmur3YMp5nEDEEt5s23pllnAzB4EA==
|
||||||
|
@ -1081,11 +976,6 @@ fs-minipass@^2.0.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
minipass "^3.0.0"
|
minipass "^3.0.0"
|
||||||
|
|
||||||
fsevents@~2.3.2:
|
|
||||||
version "2.3.3"
|
|
||||||
resolved "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6"
|
|
||||||
integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==
|
|
||||||
|
|
||||||
function-bind@^1.1.1:
|
function-bind@^1.1.1:
|
||||||
version "1.1.1"
|
version "1.1.1"
|
||||||
resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz"
|
resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz"
|
||||||
|
@ -1130,7 +1020,7 @@ glob-parent@^5.1.2, glob-parent@~5.1.2:
|
||||||
dependencies:
|
dependencies:
|
||||||
is-glob "^4.0.1"
|
is-glob "^4.0.1"
|
||||||
|
|
||||||
global@4.3.2, global@^4.3.0, global@~4.3.0:
|
global@^4.3.0, global@4.3.2:
|
||||||
version "4.3.2"
|
version "4.3.2"
|
||||||
resolved "https://registry.npmmirror.com/global/-/global-4.3.2.tgz"
|
resolved "https://registry.npmmirror.com/global/-/global-4.3.2.tgz"
|
||||||
integrity sha512-/4AybdwIDU4HkCUbJkZdWpe4P6vuw/CUtu+0I1YlLIPe7OlUO7KNJ+q/rO70CW2/NW6Jc6I62++Hzsf5Alu6rQ==
|
integrity sha512-/4AybdwIDU4HkCUbJkZdWpe4P6vuw/CUtu+0I1YlLIPe7OlUO7KNJ+q/rO70CW2/NW6Jc6I62++Hzsf5Alu6rQ==
|
||||||
|
@ -1138,7 +1028,7 @@ global@4.3.2, global@^4.3.0, global@~4.3.0:
|
||||||
min-document "^2.19.0"
|
min-document "^2.19.0"
|
||||||
process "~0.5.1"
|
process "~0.5.1"
|
||||||
|
|
||||||
global@4.4.0, global@^4.3.1, global@^4.4.0, global@~4.4.0:
|
global@^4.3.1, global@^4.4.0, global@~4.4.0, global@4.4.0:
|
||||||
version "4.4.0"
|
version "4.4.0"
|
||||||
resolved "https://registry.npmmirror.com/global/-/global-4.4.0.tgz"
|
resolved "https://registry.npmmirror.com/global/-/global-4.4.0.tgz"
|
||||||
integrity sha512-wv/LAoHdRE3BeTGz53FAamhGlPLhlssK45usmGFThIi4XqnBmjKQ16u+RNbP7WvigRZDxUsM0J3gcQ5yicaL0w==
|
integrity sha512-wv/LAoHdRE3BeTGz53FAamhGlPLhlssK45usmGFThIi4XqnBmjKQ16u+RNbP7WvigRZDxUsM0J3gcQ5yicaL0w==
|
||||||
|
@ -1146,6 +1036,14 @@ global@4.4.0, global@^4.3.1, global@^4.4.0, global@~4.4.0:
|
||||||
min-document "^2.19.0"
|
min-document "^2.19.0"
|
||||||
process "^0.11.10"
|
process "^0.11.10"
|
||||||
|
|
||||||
|
global@~4.3.0:
|
||||||
|
version "4.3.2"
|
||||||
|
resolved "https://registry.npmmirror.com/global/-/global-4.3.2.tgz"
|
||||||
|
integrity sha512-/4AybdwIDU4HkCUbJkZdWpe4P6vuw/CUtu+0I1YlLIPe7OlUO7KNJ+q/rO70CW2/NW6Jc6I62++Hzsf5Alu6rQ==
|
||||||
|
dependencies:
|
||||||
|
min-document "^2.19.0"
|
||||||
|
process "~0.5.1"
|
||||||
|
|
||||||
globals@^11.1.0:
|
globals@^11.1.0:
|
||||||
version "11.12.0"
|
version "11.12.0"
|
||||||
resolved "https://registry.npmmirror.com/globals/-/globals-11.12.0.tgz"
|
resolved "https://registry.npmmirror.com/globals/-/globals-11.12.0.tgz"
|
||||||
|
@ -1299,7 +1197,7 @@ local-pkg@^0.5.0:
|
||||||
mlly "^1.4.2"
|
mlly "^1.4.2"
|
||||||
pkg-types "^1.0.3"
|
pkg-types "^1.0.3"
|
||||||
|
|
||||||
lodash-es@^4.17.21:
|
lodash-es@*, lodash-es@^4.17.21:
|
||||||
version "4.17.21"
|
version "4.17.21"
|
||||||
resolved "https://registry.npmmirror.com/lodash-es/-/lodash-es-4.17.21.tgz"
|
resolved "https://registry.npmmirror.com/lodash-es/-/lodash-es-4.17.21.tgz"
|
||||||
integrity sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==
|
integrity sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==
|
||||||
|
@ -1309,7 +1207,7 @@ lodash-unified@^1.0.2:
|
||||||
resolved "https://registry.npmmirror.com/lodash-unified/-/lodash-unified-1.0.3.tgz"
|
resolved "https://registry.npmmirror.com/lodash-unified/-/lodash-unified-1.0.3.tgz"
|
||||||
integrity sha512-WK9qSozxXOD7ZJQlpSqOT+om2ZfcT4yO+03FuzAHD0wF6S0l0090LRPDx3vhTTLZ8cFKpBn+IOcVXK6qOcIlfQ==
|
integrity sha512-WK9qSozxXOD7ZJQlpSqOT+om2ZfcT4yO+03FuzAHD0wF6S0l0090LRPDx3vhTTLZ8cFKpBn+IOcVXK6qOcIlfQ==
|
||||||
|
|
||||||
lodash@^4.17.21:
|
lodash@*, lodash@^4.17.21:
|
||||||
version "4.17.21"
|
version "4.17.21"
|
||||||
resolved "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz"
|
resolved "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz"
|
||||||
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
|
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
|
||||||
|
@ -1321,11 +1219,6 @@ lru-cache@^5.1.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
yallist "^3.0.2"
|
yallist "^3.0.2"
|
||||||
|
|
||||||
m3u8-parser@2.1.0:
|
|
||||||
version "2.1.0"
|
|
||||||
resolved "https://registry.npmmirror.com/m3u8-parser/-/m3u8-parser-2.1.0.tgz"
|
|
||||||
integrity sha512-WbEpQ2FUaNGbJ0YanSeyj9D9ruu4FUvz+ZvebIzI2bSME+PUwcPXO1kKXZkjcPUAFruDikoOI5fWQNIA6JCCOQ==
|
|
||||||
|
|
||||||
m3u8-parser@^7.1.0:
|
m3u8-parser@^7.1.0:
|
||||||
version "7.2.0"
|
version "7.2.0"
|
||||||
resolved "https://registry.npmmirror.com/m3u8-parser/-/m3u8-parser-7.2.0.tgz"
|
resolved "https://registry.npmmirror.com/m3u8-parser/-/m3u8-parser-7.2.0.tgz"
|
||||||
|
@ -1335,6 +1228,11 @@ m3u8-parser@^7.1.0:
|
||||||
"@videojs/vhs-utils" "^4.1.1"
|
"@videojs/vhs-utils" "^4.1.1"
|
||||||
global "^4.4.0"
|
global "^4.4.0"
|
||||||
|
|
||||||
|
m3u8-parser@2.1.0:
|
||||||
|
version "2.1.0"
|
||||||
|
resolved "https://registry.npmmirror.com/m3u8-parser/-/m3u8-parser-2.1.0.tgz"
|
||||||
|
integrity sha512-WbEpQ2FUaNGbJ0YanSeyj9D9ruu4FUvz+ZvebIzI2bSME+PUwcPXO1kKXZkjcPUAFruDikoOI5fWQNIA6JCCOQ==
|
||||||
|
|
||||||
magic-string@^0.30.0, magic-string@^0.30.11:
|
magic-string@^0.30.0, magic-string@^0.30.11:
|
||||||
version "0.30.12"
|
version "0.30.12"
|
||||||
resolved "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.12.tgz"
|
resolved "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.12.tgz"
|
||||||
|
@ -1449,12 +1347,7 @@ mutation-observer@^1.0.3:
|
||||||
resolved "https://registry.npmmirror.com/mutation-observer/-/mutation-observer-1.0.3.tgz"
|
resolved "https://registry.npmmirror.com/mutation-observer/-/mutation-observer-1.0.3.tgz"
|
||||||
integrity sha512-M/O/4rF2h776hV7qGMZUH3utZLO/jK7p8rnNgGkjKUw8zCGjRQPxB8z6+5l8+VjRUQ3dNYu4vjqXYLr+U8ZVNA==
|
integrity sha512-M/O/4rF2h776hV7qGMZUH3utZLO/jK7p8rnNgGkjKUw8zCGjRQPxB8z6+5l8+VjRUQ3dNYu4vjqXYLr+U8ZVNA==
|
||||||
|
|
||||||
mux.js@4.3.2:
|
mux.js@^7.0.1, mux.js@7.0.3:
|
||||||
version "4.3.2"
|
|
||||||
resolved "https://registry.npmmirror.com/mux.js/-/mux.js-4.3.2.tgz"
|
|
||||||
integrity sha512-g0q6DPdvb3yYcoK7ElBGobdSSrhY/RjPt19U7uUc733aqvc5bCS/aCvL9z+448y+IoCZnYDwyZfQBBXMSmGOaQ==
|
|
||||||
|
|
||||||
mux.js@7.0.3, mux.js@^7.0.1:
|
|
||||||
version "7.0.3"
|
version "7.0.3"
|
||||||
resolved "https://registry.npmmirror.com/mux.js/-/mux.js-7.0.3.tgz"
|
resolved "https://registry.npmmirror.com/mux.js/-/mux.js-7.0.3.tgz"
|
||||||
integrity sha512-gzlzJVEGFYPtl2vvEiJneSWAWD4nfYRHD5XgxmB2gWvXraMPOYk+sxfvexmNfjQUFpmk6hwLR5C6iSFmuwCHdQ==
|
integrity sha512-gzlzJVEGFYPtl2vvEiJneSWAWD4nfYRHD5XgxmB2gWvXraMPOYk+sxfvexmNfjQUFpmk6hwLR5C6iSFmuwCHdQ==
|
||||||
|
@ -1462,6 +1355,11 @@ mux.js@7.0.3, mux.js@^7.0.1:
|
||||||
"@babel/runtime" "^7.11.2"
|
"@babel/runtime" "^7.11.2"
|
||||||
global "^4.4.0"
|
global "^4.4.0"
|
||||||
|
|
||||||
|
mux.js@4.3.2:
|
||||||
|
version "4.3.2"
|
||||||
|
resolved "https://registry.npmmirror.com/mux.js/-/mux.js-4.3.2.tgz"
|
||||||
|
integrity sha512-g0q6DPdvb3yYcoK7ElBGobdSSrhY/RjPt19U7uUc733aqvc5bCS/aCvL9z+448y+IoCZnYDwyZfQBBXMSmGOaQ==
|
||||||
|
|
||||||
nanoid@^3.3.7:
|
nanoid@^3.3.7:
|
||||||
version "3.3.7"
|
version "3.3.7"
|
||||||
resolved "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.7.tgz"
|
resolved "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.7.tgz"
|
||||||
|
@ -1573,7 +1471,7 @@ pinia-plugin-persistedstate@^4.1.1:
|
||||||
defu "^6.1.4"
|
defu "^6.1.4"
|
||||||
destr "^2.0.3"
|
destr "^2.0.3"
|
||||||
|
|
||||||
pinia@^2.2.4:
|
pinia@^2.2.4, pinia@>=2.0.0:
|
||||||
version "2.2.4"
|
version "2.2.4"
|
||||||
resolved "https://registry.npmmirror.com/pinia/-/pinia-2.2.4.tgz"
|
resolved "https://registry.npmmirror.com/pinia/-/pinia-2.2.4.tgz"
|
||||||
integrity sha512-K7ZhpMY9iJ9ShTC0cR2+PnxdQRuwVIsXDO/WIEV/RnMC/vmSoKDTKW/exNQYPI+4ij10UjXqdNiEHwn47McANQ==
|
integrity sha512-K7ZhpMY9iJ9ShTC0cR2+PnxdQRuwVIsXDO/WIEV/RnMC/vmSoKDTKW/exNQYPI+4ij10UjXqdNiEHwn47McANQ==
|
||||||
|
@ -1670,7 +1568,7 @@ reusify@^1.0.4:
|
||||||
resolved "https://registry.npmmirror.com/reusify/-/reusify-1.0.4.tgz"
|
resolved "https://registry.npmmirror.com/reusify/-/reusify-1.0.4.tgz"
|
||||||
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
|
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
|
||||||
|
|
||||||
rollup@^3.18.0:
|
rollup@^1.20.0||^2.0.0||^3.0.0||^4.0.0, rollup@^3.18.0:
|
||||||
version "3.20.2"
|
version "3.20.2"
|
||||||
resolved "https://registry.npmjs.org/rollup/-/rollup-3.20.2.tgz"
|
resolved "https://registry.npmjs.org/rollup/-/rollup-3.20.2.tgz"
|
||||||
integrity sha512-3zwkBQl7Ai7MFYQE0y1MeQ15+9jsi7XxfrqwTb/9EK8D9C9+//EBR4M+CuA1KODRaNbFez/lWxA5vhEGZp4MUg==
|
integrity sha512-3zwkBQl7Ai7MFYQE0y1MeQ15+9jsi7XxfrqwTb/9EK8D9C9+//EBR4M+CuA1KODRaNbFez/lWxA5vhEGZp4MUg==
|
||||||
|
@ -1698,7 +1596,7 @@ safe-json-parse@4.0.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
rust-result "^1.0.0"
|
rust-result "^1.0.0"
|
||||||
|
|
||||||
sass@^1.60.0:
|
sass@*, sass@^1.60.0:
|
||||||
version "1.62.0"
|
version "1.62.0"
|
||||||
resolved "https://registry.npmmirror.com/sass/-/sass-1.62.0.tgz"
|
resolved "https://registry.npmmirror.com/sass/-/sass-1.62.0.tgz"
|
||||||
integrity sha512-Q4USplo4pLYgCi+XlipZCWUQz5pkg/ruSSgJ0WRDSb/+3z9tXUOkQ7QPYn4XrhZKYAK4HlpaQecRwKLJX6+DBg==
|
integrity sha512-Q4USplo4pLYgCi+XlipZCWUQz5pkg/ruSSgJ0WRDSb/+3z9tXUOkQ7QPYn4XrhZKYAK4HlpaQecRwKLJX6+DBg==
|
||||||
|
@ -1744,7 +1642,7 @@ slash@^5.1.0:
|
||||||
resolved "https://registry.npmmirror.com/slash/-/slash-5.1.0.tgz"
|
resolved "https://registry.npmmirror.com/slash/-/slash-5.1.0.tgz"
|
||||||
integrity sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==
|
integrity sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==
|
||||||
|
|
||||||
"source-map-js@>=0.6.2 <2.0.0", source-map-js@^1.2.0, source-map-js@^1.2.1:
|
source-map-js@^1.2.0, source-map-js@^1.2.1, "source-map-js@>=0.6.2 <2.0.0":
|
||||||
version "1.2.1"
|
version "1.2.1"
|
||||||
resolved "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz"
|
resolved "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz"
|
||||||
integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==
|
integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==
|
||||||
|
@ -1900,7 +1798,7 @@ vconsole@^3.15.1:
|
||||||
core-js "^3.11.0"
|
core-js "^3.11.0"
|
||||||
mutation-observer "^1.0.3"
|
mutation-observer "^1.0.3"
|
||||||
|
|
||||||
"video.js@^5.17.0 || ^6.2.0", "video.js@^5.19.1 || ^6.2.0":
|
"video.js@^5.17.0 || ^6.2.0":
|
||||||
version "6.13.0"
|
version "6.13.0"
|
||||||
resolved "https://registry.npmmirror.com/video.js/-/video.js-6.13.0.tgz"
|
resolved "https://registry.npmmirror.com/video.js/-/video.js-6.13.0.tgz"
|
||||||
integrity sha512-36/JR/GhPQSZj0o+GNbhcEYv/b0SkV9SQsjlodAnzMQYN0TA7VhmqrKPYMCi1NGRYu7S9W3OaFCFoUxkYfSVlg==
|
integrity sha512-36/JR/GhPQSZj0o+GNbhcEYv/b0SkV9SQsjlodAnzMQYN0TA7VhmqrKPYMCi1NGRYu7S9W3OaFCFoUxkYfSVlg==
|
||||||
|
@ -1914,7 +1812,21 @@ vconsole@^3.15.1:
|
||||||
videojs-vtt.js "0.12.6"
|
videojs-vtt.js "0.12.6"
|
||||||
xhr "2.4.0"
|
xhr "2.4.0"
|
||||||
|
|
||||||
"video.js@^7 || ^8", video.js@^8.17.3:
|
"video.js@^5.19.1 || ^6.2.0":
|
||||||
|
version "6.13.0"
|
||||||
|
resolved "https://registry.npmmirror.com/video.js/-/video.js-6.13.0.tgz"
|
||||||
|
integrity sha512-36/JR/GhPQSZj0o+GNbhcEYv/b0SkV9SQsjlodAnzMQYN0TA7VhmqrKPYMCi1NGRYu7S9W3OaFCFoUxkYfSVlg==
|
||||||
|
dependencies:
|
||||||
|
babel-runtime "^6.9.2"
|
||||||
|
global "4.3.2"
|
||||||
|
safe-json-parse "4.0.0"
|
||||||
|
tsml "1.0.1"
|
||||||
|
videojs-font "2.1.0"
|
||||||
|
videojs-ie8 "1.1.2"
|
||||||
|
videojs-vtt.js "0.12.6"
|
||||||
|
xhr "2.4.0"
|
||||||
|
|
||||||
|
"video.js@^7 || ^8", video.js@^8, video.js@^8.17.3:
|
||||||
version "8.17.3"
|
version "8.17.3"
|
||||||
resolved "https://registry.npmmirror.com/video.js/-/video.js-8.17.3.tgz"
|
resolved "https://registry.npmmirror.com/video.js/-/video.js-8.17.3.tgz"
|
||||||
integrity sha512-zhhmE0LNxJRA603/48oYzF7GYdT+rQRscvcsouYxFE71aKhalHLBP6S9/XjixnyjcrYgwIx8OQo6eSjcbbAW0Q==
|
integrity sha512-zhhmE0LNxJRA603/48oYzF7GYdT+rQRscvcsouYxFE71aKhalHLBP6S9/XjixnyjcrYgwIx8OQo6eSjcbbAW0Q==
|
||||||
|
@ -1995,7 +1907,7 @@ videojs-vtt.js@0.15.5:
|
||||||
dependencies:
|
dependencies:
|
||||||
global "^4.3.1"
|
global "^4.3.1"
|
||||||
|
|
||||||
vite@^4.2.0:
|
vite@^4.0.0, vite@^4.2.0:
|
||||||
version "4.2.1"
|
version "4.2.1"
|
||||||
resolved "https://registry.npmjs.org/vite/-/vite-4.2.1.tgz"
|
resolved "https://registry.npmjs.org/vite/-/vite-4.2.1.tgz"
|
||||||
integrity sha512-7MKhqdy0ISo4wnvwtqZkjke6XN4taqQ2TBaTccLIpOKv7Vp2h4Y+NpmWCnGDeSvvn45KxvWgGyb0MkHvY1vgbg==
|
integrity sha512-7MKhqdy0ISo4wnvwtqZkjke6XN4taqQ2TBaTccLIpOKv7Vp2h4Y+NpmWCnGDeSvvn45KxvWgGyb0MkHvY1vgbg==
|
||||||
|
@ -2024,7 +1936,7 @@ vue-router@^4.1.6:
|
||||||
dependencies:
|
dependencies:
|
||||||
"@vue/devtools-api" "^6.4.5"
|
"@vue/devtools-api" "^6.4.5"
|
||||||
|
|
||||||
vue@^3.2.47:
|
"vue@^2.6.14 || ^3.3.0", "vue@^3.0.0-0 || ^2.6.0", vue@^3.2.0, vue@^3.2.25, vue@^3.2.47, vue@3.5.12:
|
||||||
version "3.5.12"
|
version "3.5.12"
|
||||||
resolved "https://registry.npmmirror.com/vue/-/vue-3.5.12.tgz"
|
resolved "https://registry.npmmirror.com/vue/-/vue-3.5.12.tgz"
|
||||||
integrity sha512-CLVZtXtn2ItBIi/zHZ0Sg1Xkb7+PU32bJJ8Bmy7ts3jxXTcbfsEfBivFYYWz1Hur+lalqGAh65Coin0r+HRUfg==
|
integrity sha512-CLVZtXtn2ItBIi/zHZ0Sg1Xkb7+PU32bJJ8Bmy7ts3jxXTcbfsEfBivFYYWz1Hur+lalqGAh65Coin0r+HRUfg==
|
||||||
|
@ -2077,7 +1989,7 @@ yallist@^4.0.0:
|
||||||
resolved "https://registry.npmmirror.com/yallist/-/yallist-4.0.0.tgz"
|
resolved "https://registry.npmmirror.com/yallist/-/yallist-4.0.0.tgz"
|
||||||
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
|
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
|
||||||
|
|
||||||
zrender@5.4.3, zrender@^5.1.1:
|
zrender@^5.1.1, zrender@5.4.3:
|
||||||
version "5.4.3"
|
version "5.4.3"
|
||||||
resolved "https://registry.npmjs.org/zrender/-/zrender-5.4.3.tgz"
|
resolved "https://registry.npmjs.org/zrender/-/zrender-5.4.3.tgz"
|
||||||
integrity sha512-DRUM4ZLnoaT0PBVvGBDO9oWIDBKFdAVieNWxWwK0niYzJCMwGchRk21/hsE+RKkIveH3XHCyvXcJDkgLVvfizQ==
|
integrity sha512-DRUM4ZLnoaT0PBVvGBDO9oWIDBKFdAVieNWxWwK0niYzJCMwGchRk21/hsE+RKkIveH3XHCyvXcJDkgLVvfizQ==
|
||||||
|
|
Loading…
Reference in New Issue