首页?

This commit is contained in:
asd
2021-08-26 21:55:30 +08:00
parent 16721de8f4
commit e8ee7ba506
13 changed files with 855 additions and 12 deletions

View File

@@ -14,6 +14,8 @@
"sass-loader": "7.3.1", "sass-loader": "7.3.1",
"vue": "^3.0.0", "vue": "^3.0.0",
"vue-router": "^4.0.10", "vue-router": "^4.0.10",
"vue-vam-video": "^1.3.6",
"vue-video-player": "^5.0.2",
"webpack": "4" "webpack": "4"
}, },
"devDependencies": { "devDependencies": {

View File

@@ -1,13 +1,107 @@
<template> <template>
$END$ <div class="articlelist">
<p class="typename">欢迎来到我的世界天理之人</p>
<div class="article">
<p class="title">这是标题这是标题这是标题这是标题这是标题这是标题</p>
<div v-if="hascontent">
<p class="content" >这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容</p>
<div class="other">
<p class="tag">life</p>
<p class="date"> 2021-07-26</p>
</div>
<div class="line"></div>
</div>
</div>
<div class="article">
<p class="title">这是标题这是标题这是标题这是标题这是标题这是标题</p>
<div v-if="hascontent">
<p class="content" >这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容</p>
<div class="other">
<p class="tag">life</p>
<p class="date"> 2021-07-26</p>
</div>
</div>
</div>
<div class="article">
<p class="title">这是标题这是标题这是标题这是标题这是标题这是标题</p>
<div v-if="hascontent">
<p class="content" >这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容</p>
<div class="other">
<p class="tag">life</p>
<p class="date"> 2021-07-26</p>
</div>
</div>
</div>
<div class="article">
<p class="title">这是标题这是标题这是标题这是标题这是标题这是标题</p>
<div v-if="hascontent">
<p class="content" >这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容</p>
<div class="other">
<p class="tag">life</p>
<p class="date"> 2021-07-26</p>
</div>
</div>
</div>
</div>
</template> </template>
<script> <script>
export default { export default {
name: "articlelist" name: "articlelist",
props:{
hascontent:{
type:Boolean,
default:true
}
}
} }
</script> </script>
<style scoped> <style scoped lang="scss">
.articlelist{
width: 900px;
margin: 0 auto;
.typename{
font-size: 25px;
padding:10px;
text-align: center;
color: #BEBEBE;
}
.article{
padding: 0 10px 10px 20px;
//text-indent: 30px;
//border-bottom: 1px solid #F0F0F0;
margin-bottom: 15px;
.title{
font-size: 24px;
cursor: pointer;
}
.title:hover{
color: #548C00
}
.content{
font-size: 18px;
//text-indent: 20px;
}
.other{
font-size: 15px;
display: flex;
justify-content: space-between;
.tag{
background: #D0D0D0;
color: #3C3C3C ;
padding:3px 10px ;
}
}
.line{
width:100%;
height: 1px;
background: #F0F0F0;
}
}
}
</style> </style>

View File

@@ -2,9 +2,9 @@
<div class="nav"> <div class="nav">
<div class="left">猫猫子的小窝</div> <div class="left">猫猫子的小窝</div>
<div class="right"> <div class="right">
<a-button>首页</a-button> <a-button class="navbtn">首页</a-button>
<a-button>发表</a-button> <a-button class="navbtn">发表</a-button>
<a-button>管理</a-button> <a-button class="navbtn">管理</a-button>
</div> </div>
</div> </div>
</template> </template>
@@ -37,6 +37,14 @@ export default {
width: 15%; width: 15%;
display: flex; display: flex;
justify-content: space-around; justify-content: space-around;
.navbtn{
opacity: 0.5;
}
.navbtn:hover{
opacity: 1;
}
} }
} }
</style> </style>

View File

@@ -1,13 +1,44 @@
<template> <template>
$END$ <div class="typelist">
<div class="typename">
<span>life</span>
<span>[8]</span>
</div>
<div class="typename">
<span>life</span>
<span>[8]</span>
</div>
<div class="typename">
<span>life</span>
<span>[8]</span>
</div>
<div class="typename">
<span>life</span>
<span>[8]</span>
</div>
</div>
</template> </template>
<script> <script>
export default { export default {
name: "typelist" name: "typelist"
} }
</script> </script>
<style scoped> <style scoped lang="scss">
.typelist{
width: 630px;
border-left: 1px solid #BEBEBE;
padding-top: 20px;
padding-left: 30px;
.typename{
font-size: 22px;
color: #9D9D9D;
margin-bottom: 15px;
cursor: pointer;
}
.typename:hover{
color: #548C00;
}
}
</style> </style>

View File

@@ -4,4 +4,7 @@ import router from "./router"
import Antd from 'ant-design-vue'; import Antd from 'ant-design-vue';
import 'ant-design-vue/dist/antd.css'; import 'ant-design-vue/dist/antd.css';
createApp(App).use(router).use(Antd).mount('#app') createApp(App).use(router).use(Antd).mount('#app')

70
src/pages/index.vue Normal file
View File

@@ -0,0 +1,70 @@
<template>
<div>
<div class="top">
<nav1></nav1>
<div class="topbg"></div>
</div>
<div class="mengceng">
<p class="word">世界上没有一成不变的事物所以只要以其他方式找到自己的快乐就行了</p>
<img src="../static/img/more.png" class="more">
</div>
<div>sss</div>
</div>
</template>
<script>
import nav1 from "../components/nav"
export default {
name: "home",
components:{
nav1
}
}
</script>
<style lang="scss" scoped>
html, body {height:100%;width: 100%; margin:0; padding:0;overflow-x: hidden}
.top{
width: 90vw;
height: 100vh;
overflow: hidden;
.topbg {
width: 98vw;
height: 100vh;
background: url("../static/img/topbg.jpg") no-repeat;
background-size: cover;
background-position: center center;
}
}
.mengceng{
width:100%;
height: 100vh;
background: rgba(0,0,0,.4);
position: absolute;
top: 0;
display: flex;
.word{
width:90%;
margin: auto;
text-align: center;
color: white;
font-weight: bold;
z-index: 999;
font-size: 30px;
}
.more{
width: 50px;
height: 40px;
position: absolute;
bottom: 30px;
left: 50%;
}
}
</style>

150
src/pages/index1.vue Normal file
View File

@@ -0,0 +1,150 @@
<template>
<div>
<div class="top">
<nav1></nav1>
<div class="topbg">
<vam-video
:properties="videoOption.properties"
:videoStyle="videoOption.videoStyle"
:controlsConfig="videoOption.controlsConfig"
@play="playVideo"
@canplay="canplayVideo"
@pause="pauseVideo"
></vam-video>
</div>
<!-- <div class="topbg"></div>-->
</div>
<div class="mengceng">
<p class="word">世界上没有一成不变的事物所以只要以其他方式找到自己的快乐就行了</p>
<img src="../static/img/more.png" class="more">
</div>
<div class="main">
<articlelist ></articlelist>
<!-- <typelist></typelist>-->
</div>
</div>
</template>
<script>
import nav1 from "../components/nav"
import VamVideo from "vue-vam-video";
import articlelist from "../components/articlelist";
// import typelist from "../components/typelist";
export default {
name: "home1",
components:{
nav1,
VamVideo,
articlelist,
// typelist
},
data(){
return{
videoOption: {
properties: {
poster: "@/static/img/topbg.png",
src:require("../static/video/tuanzi.mp4"),
// "https://mos-vod-drcn.dbankcdn.cn/P_VT/video_injection/2A1343EFA/v3/6CC21C811065945606293295744/MP4Mix_H.264_1920x1080_6000_HEAAC1_PVC_NoCut.mp4",
preload: "auto",
loop: "loop",
autoplay:"autoplay",
muted:true,
},
videoStyle: {
width: "99vw",
height: "100vh",
position:"absolute",
left:"0px"
},
controlsConfig: {
fullScreenTit:"全屏",
EscfullScreenTit:"退出全屏",
speedTit:"倍速",
yinliangTit:"音量",
jingyinTit:"静音",
playTit:"播放",
pauseTit:"暂停",
fullScreen:true,
speed:true,
listen:true
}
},
}
},
}
</script>
<style lang="scss" scoped>
html, body {height:100%;width: 100%; margin:0; padding:0;overflow-x: hidden}
.top{
width: 90vw;
height: 100vh;
overflow: hidden;
.topbg {
width: 98vw;
height: 100vh;
background-size: cover;
background-position: center center;
}
}
.mengceng{
width:100%;
height: 100vh;
background: rgba(0,0,0,.4);
position: absolute;
top: 0;
display: flex;
.word{
width:90%;
margin: auto;
text-align: center;
color: white;
font-weight: bold;
z-index: 999;
font-size: 30px;
}
.more{
width: 50px;
height: 40px;
position: absolute;
bottom: 30px;
left: 50%;
}
}
.main{
//width: 75%;
display: flex;
justify-content: center;
//margin-left: 25%;
margin-top: 50px;
}
//.demo{
// display: inline-block;
// width: 600px;
// height: 338px;
// text-align: center;
// line-height: 100px;
// border: 1px solid transparent;
// border-radius: 4px;
// overflow: hidden;
// background: blue;
// position: relative;
// box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
// margin-right: 4px;
//}
</style>

133
src/pages/typelist.vue Normal file
View File

@@ -0,0 +1,133 @@
<template>
<div>
<div class="top">
<nav1></nav1>
</div>
<div class="main">
<articlelist :hascontent="false"></articlelist>
<typelist></typelist>
</div>
</div>
</template>
<script>
import nav1 from "../components/nav"
import articlelist from "../components/articlelist";
import typelist from "../components/typelist";
export default {
name: "home1",
components:{
nav1,
articlelist,
typelist
},
data(){
return{
videoOption: {
properties: {
poster: "@/static/img/topbg.png",
src:require("../static/video/tuanzi.mp4"),
// "https://mos-vod-drcn.dbankcdn.cn/P_VT/video_injection/2A1343EFA/v3/6CC21C811065945606293295744/MP4Mix_H.264_1920x1080_6000_HEAAC1_PVC_NoCut.mp4",
preload: "auto",
loop: "loop",
autoplay:"autoplay",
muted:true,
},
videoStyle: {
width: "99vw",
height: "100vh",
position:"absolute",
left:"0px"
},
controlsConfig: {
fullScreenTit:"全屏",
EscfullScreenTit:"退出全屏",
speedTit:"倍速",
yinliangTit:"音量",
jingyinTit:"静音",
playTit:"播放",
pauseTit:"暂停",
fullScreen:true,
speed:true,
listen:true
}
},
}
},
}
</script>
<style lang="scss" scoped>
html, body {height:100%;width: 100%; margin:0; padding:0;overflow-x: hidden}
.top{
width: 90vw;
height: 5vh;
overflow: hidden;
.topbg {
width: 98vw;
height: 100vh;
background-size: cover;
background-position: center center;
}
}
.mengceng{
width:100%;
height: 100vh;
background: rgba(0,0,0,.4);
position: absolute;
top: 0;
display: flex;
.word{
width:90%;
margin: auto;
text-align: center;
color: white;
font-weight: bold;
z-index: 999;
font-size: 30px;
}
.more{
width: 50px;
height: 40px;
position: absolute;
bottom: 30px;
left: 50%;
}
}
.main{
width: 75%;
display: flex;
justify-content: center;
margin-left: 25%;
margin-top: 50px;
}
//.demo{
// display: inline-block;
// width: 600px;
// height: 338px;
// text-align: center;
// line-height: 100px;
// border: 1px solid transparent;
// border-radius: 4px;
// overflow: hidden;
// background: blue;
// position: relative;
// box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
// margin-right: 4px;
//}
</style>

View File

@@ -1,11 +1,23 @@
import { createRouter,createWebHistory} from "vue-router"; import { createRouter,createWebHistory} from "vue-router";
import home from "../pages/index" import home from "../pages/index"
import home1 from "../pages/index1"
import typelist from "../pages/typelist";
const routes=[ const routes=[
{ {
path: "/", path: "/",
name: "index", name: "index",
component: home component: home
}, },
{
path:"/home",
name:"index1",
component: home1
},
{
path:"/type",
name:"type",
component: typelist
}
] ]
// const router= createRouter({ // const router= createRouter({
// history: createWebHashHistory(), // history: createWebHashHistory(),

BIN
src/static/img/more.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

BIN
src/static/img/topbg.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 MiB

BIN
src/static/video/tuanzi.mp4 Normal file

Binary file not shown.

342
yarn.lock
View File

@@ -886,7 +886,7 @@
"@babel/types" "^7.4.4" "@babel/types" "^7.4.4"
esutils "^2.0.2" esutils "^2.0.2"
"@babel/runtime@^7.10.5", "@babel/runtime@^7.11.0", "@babel/runtime@^7.8.4": "@babel/runtime@^7.10.5", "@babel/runtime@^7.11.0", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.4":
version "7.14.6" version "7.14.6"
resolved "https://registry.nlark.com/@babel/runtime/download/@babel/runtime-7.14.6.tgz?cache=0&sync_timestamp=1623707907675&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fruntime%2Fdownload%2F%40babel%2Fruntime-7.14.6.tgz#535203bc0892efc7dec60bdc27b2ecf6e409062d" resolved "https://registry.nlark.com/@babel/runtime/download/@babel/runtime-7.14.6.tgz?cache=0&sync_timestamp=1623707907675&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fruntime%2Fdownload%2F%40babel%2Fruntime-7.14.6.tgz#535203bc0892efc7dec60bdc27b2ecf6e409062d"
integrity sha1-U1IDvAiS78fexgvcJ7Ls9uQJBi0= integrity sha1-U1IDvAiS78fexgvcJ7Ls9uQJBi0=
@@ -1176,6 +1176,38 @@
anymatch "^3.0.0" anymatch "^3.0.0"
source-map "^0.6.0" source-map "^0.6.0"
"@videojs/http-streaming@2.9.1":
version "2.9.1"
resolved "https://registry.nlark.com/@videojs/http-streaming/download/@videojs/http-streaming-2.9.1.tgz#16b59efe24a832b89b5bd6a6c52f0d80ad7996a2"
integrity sha1-FrWe/iSoMribW9amxS8NgK15lqI=
dependencies:
"@babel/runtime" "^7.12.5"
"@videojs/vhs-utils" "^3.0.2"
aes-decrypter "3.1.2"
global "^4.4.0"
m3u8-parser "4.7.0"
mpd-parser "0.17.0"
mux.js "5.11.1"
video.js "^6 || ^7"
"@videojs/vhs-utils@^3.0.0", "@videojs/vhs-utils@^3.0.2":
version "3.0.2"
resolved "https://registry.nlark.com/@videojs/vhs-utils/download/@videojs/vhs-utils-3.0.2.tgz#0203418ecaaff29bc33c69b6ad707787347b7614"
integrity sha1-AgNBjsqv8pvDPGm2rXB3hzR7dhQ=
dependencies:
"@babel/runtime" "^7.12.5"
global "^4.4.0"
url-toolkit "^2.2.1"
"@videojs/xhr@2.5.1":
version "2.5.1"
resolved "https://registry.npm.taobao.org/@videojs/xhr/download/@videojs/xhr-2.5.1.tgz#26bc5a79dbb3b03bfb13742c6ce559f89e90719e"
integrity sha1-JrxaeduzsDv7E3QsbOVZ+J6QcZ4=
dependencies:
"@babel/runtime" "^7.5.5"
global "~4.4.0"
is-function "^1.0.1"
"@vue/babel-helper-vue-jsx-merge-props@^1.2.1": "@vue/babel-helper-vue-jsx-merge-props@^1.2.1":
version "1.2.1" version "1.2.1"
resolved "https://registry.nlark.com/@vue/babel-helper-vue-jsx-merge-props/download/@vue/babel-helper-vue-jsx-merge-props-1.2.1.tgz#31624a7a505fb14da1d58023725a4c5f270e6a81" resolved "https://registry.nlark.com/@vue/babel-helper-vue-jsx-merge-props/download/@vue/babel-helper-vue-jsx-merge-props-1.2.1.tgz#31624a7a505fb14da1d58023725a4c5f270e6a81"
@@ -1719,6 +1751,23 @@ address@^1.1.2:
resolved "https://registry.npm.taobao.org/address/download/address-1.1.2.tgz#bf1116c9c758c51b7a933d296b72c221ed9428b6" resolved "https://registry.npm.taobao.org/address/download/address-1.1.2.tgz#bf1116c9c758c51b7a933d296b72c221ed9428b6"
integrity sha1-vxEWycdYxRt6kz0pa3LCIe2UKLY= integrity sha1-vxEWycdYxRt6kz0pa3LCIe2UKLY=
aes-decrypter@1.0.3:
version "1.0.3"
resolved "https://registry.npm.taobao.org/aes-decrypter/download/aes-decrypter-1.0.3.tgz?cache=0&sync_timestamp=1610483565721&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Faes-decrypter%2Fdownload%2Faes-decrypter-1.0.3.tgz#9c06b8a5435a5ad09db933f8a014afcf184cc34e"
integrity sha1-nAa4pUNaWtCduTP4oBSvzxhMw04=
dependencies:
pkcs7 "^0.2.3"
aes-decrypter@3.1.2:
version "3.1.2"
resolved "https://registry.npm.taobao.org/aes-decrypter/download/aes-decrypter-3.1.2.tgz?cache=0&sync_timestamp=1610483565721&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Faes-decrypter%2Fdownload%2Faes-decrypter-3.1.2.tgz#3545546f8e9f6b878640339a242efe221ba7a7cb"
integrity sha1-NUVUb46fa4eGQDOaJC7+Ihunp8s=
dependencies:
"@babel/runtime" "^7.12.5"
"@videojs/vhs-utils" "^3.0.0"
global "^4.4.0"
pkcs7 "^1.0.4"
ajv-errors@^1.0.0: ajv-errors@^1.0.0:
version "1.0.1" version "1.0.1"
resolved "https://registry.nlark.com/ajv-errors/download/ajv-errors-1.0.1.tgz#f35986aceb91afadec4102fbd85014950cefa64d" resolved "https://registry.nlark.com/ajv-errors/download/ajv-errors-1.0.1.tgz#f35986aceb91afadec4102fbd85014950cefa64d"
@@ -2049,6 +2098,14 @@ babel-plugin-polyfill-regenerator@^0.2.2:
dependencies: dependencies:
"@babel/helper-define-polyfill-provider" "^0.2.2" "@babel/helper-define-polyfill-provider" "^0.2.2"
babel-runtime@^6.9.2:
version "6.26.0"
resolved "https://registry.nlark.com/babel-runtime/download/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe"
integrity sha1-llxwWGaOgrVde/4E/yM3vItWR/4=
dependencies:
core-js "^2.4.0"
regenerator-runtime "^0.11.0"
balanced-match@^1.0.0: balanced-match@^1.0.0:
version "1.0.2" version "1.0.2"
resolved "https://registry.npm.taobao.org/balanced-match/download/balanced-match-1.0.2.tgz?cache=0&sync_timestamp=1617714233441&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fbalanced-match%2Fdownload%2Fbalanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee" resolved "https://registry.npm.taobao.org/balanced-match/download/balanced-match-1.0.2.tgz?cache=0&sync_timestamp=1617714233441&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fbalanced-match%2Fdownload%2Fbalanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
@@ -2871,6 +2928,11 @@ core-js-compat@^3.14.0, core-js-compat@^3.15.0, core-js-compat@^3.6.5:
browserslist "^4.16.6" browserslist "^4.16.6"
semver "7.0.0" semver "7.0.0"
core-js@^2.4.0:
version "2.6.12"
resolved "https://registry.nlark.com/core-js/download/core-js-2.6.12.tgz?cache=0&sync_timestamp=1624966012065&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fcore-js%2Fdownload%2Fcore-js-2.6.12.tgz#d9333dfa7b065e347cc5682219d6f690859cc2ec"
integrity sha1-2TM9+nsGXjR8xWgiGdb2kIWcwuw=
core-js@^3.12.1, core-js@^3.6.5: core-js@^3.12.1, core-js@^3.6.5:
version "3.15.2" version "3.15.2"
resolved "https://registry.nlark.com/core-js/download/core-js-3.15.2.tgz?cache=0&sync_timestamp=1624966012065&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fcore-js%2Fdownload%2Fcore-js-3.15.2.tgz#740660d2ff55ef34ce664d7e2455119c5bdd3d61" resolved "https://registry.nlark.com/core-js/download/core-js-3.15.2.tgz?cache=0&sync_timestamp=1624966012065&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fcore-js%2Fdownload%2Fcore-js-3.15.2.tgz#740660d2ff55ef34ce664d7e2455119c5bdd3d61"
@@ -3371,6 +3433,11 @@ dom-serializer@^1.0.1:
domhandler "^4.2.0" domhandler "^4.2.0"
entities "^2.0.0" entities "^2.0.0"
dom-walk@^0.1.0:
version "0.1.2"
resolved "https://registry.npm.taobao.org/dom-walk/download/dom-walk-0.1.2.tgz#0c548bef048f4d1f2a97249002236060daa3fd84"
integrity sha1-DFSL7wSPTR8qlySQAiNgYNqj/YQ=
domain-browser@^1.1.1: domain-browser@^1.1.1:
version "1.2.0" version "1.2.0"
resolved "https://registry.npm.taobao.org/domain-browser/download/domain-browser-1.2.0.tgz?cache=0&sync_timestamp=1604239910191&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdomain-browser%2Fdownload%2Fdomain-browser-1.2.0.tgz#3d31f50191a6749dd1375a7f522e823d42e54eda" resolved "https://registry.npm.taobao.org/domain-browser/download/domain-browser-1.2.0.tgz?cache=0&sync_timestamp=1604239910191&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdomain-browser%2Fdownload%2Fdomain-browser-1.2.0.tgz#3d31f50191a6749dd1375a7f522e823d42e54eda"
@@ -3581,6 +3648,11 @@ es-to-primitive@^1.2.1:
is-date-object "^1.0.1" is-date-object "^1.0.1"
is-symbol "^1.0.2" is-symbol "^1.0.2"
es5-shim@^4.5.1:
version "4.5.15"
resolved "https://registry.npm.taobao.org/es5-shim/download/es5-shim-4.5.15.tgz?cache=0&sync_timestamp=1609857992732&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fes5-shim%2Fdownload%2Fes5-shim-4.5.15.tgz#6a26869b261854a3b045273f5583c52d390217fe"
integrity sha1-aiaGmyYYVKOwRSc/VYPFLTkCF/4=
escalade@^3.1.1: escalade@^3.1.1:
version "3.1.1" version "3.1.1"
resolved "https://registry.nlark.com/escalade/download/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40" resolved "https://registry.nlark.com/escalade/download/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40"
@@ -4280,6 +4352,22 @@ glob@^7.0.3, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4:
once "^1.3.0" once "^1.3.0"
path-is-absolute "^1.0.0" path-is-absolute "^1.0.0"
global@4.3.2, global@~4.3.0:
version "4.3.2"
resolved "https://registry.npm.taobao.org/global/download/global-4.3.2.tgz#e76989268a6c74c38908b1305b10fc0e394e9d0f"
integrity sha1-52mJJopsdMOJCLEwWxD8DjlOnQ8=
dependencies:
min-document "^2.19.0"
process "~0.5.1"
global@^4.3.0, global@^4.3.1, global@^4.4.0, global@~4.4.0:
version "4.4.0"
resolved "https://registry.npm.taobao.org/global/download/global-4.4.0.tgz#3e7b105179006a323ed71aafca3e9c57a5cc6406"
integrity sha1-PnsQUXkAajI+1xqvyj6cV6XMZAY=
dependencies:
min-document "^2.19.0"
process "^0.11.10"
globals@^11.1.0: globals@^11.1.0:
version "11.12.0" version "11.12.0"
resolved "https://registry.nlark.com/globals/download/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e" resolved "https://registry.nlark.com/globals/download/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
@@ -4733,6 +4821,11 @@ indexes-of@^1.0.1:
resolved "https://registry.npm.taobao.org/indexes-of/download/indexes-of-1.0.1.tgz#f30f716c8e2bd346c7b67d3df3915566a7c05607" resolved "https://registry.npm.taobao.org/indexes-of/download/indexes-of-1.0.1.tgz#f30f716c8e2bd346c7b67d3df3915566a7c05607"
integrity sha1-8w9xbI4r00bHtn0985FVZqfAVgc= integrity sha1-8w9xbI4r00bHtn0985FVZqfAVgc=
individual@^2.0.0:
version "2.0.0"
resolved "https://registry.npm.taobao.org/individual/download/individual-2.0.0.tgz#833b097dad23294e76117a98fb38e0d9ad61bb97"
integrity sha1-gzsJfa0jKU52EXqY+zjg2a1hu5c=
infer-owner@^1.0.3: infer-owner@^1.0.3:
version "1.0.4" version "1.0.4"
resolved "https://registry.nlark.com/infer-owner/download/infer-owner-1.0.4.tgz#c4cefcaa8e51051c2a40ba2ce8a3d27295af9467" resolved "https://registry.nlark.com/infer-owner/download/infer-owner-1.0.4.tgz#c4cefcaa8e51051c2a40ba2ce8a3d27295af9467"
@@ -4980,6 +5073,11 @@ is-fullwidth-code-point@^3.0.0:
resolved "https://registry.npm.taobao.org/is-fullwidth-code-point/download/is-fullwidth-code-point-3.0.0.tgz?cache=0&sync_timestamp=1618552469710&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fis-fullwidth-code-point%2Fdownload%2Fis-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d" resolved "https://registry.npm.taobao.org/is-fullwidth-code-point/download/is-fullwidth-code-point-3.0.0.tgz?cache=0&sync_timestamp=1618552469710&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fis-fullwidth-code-point%2Fdownload%2Fis-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d"
integrity sha1-8Rb4Bk/pCz94RKOJl8C3UFEmnx0= integrity sha1-8Rb4Bk/pCz94RKOJl8C3UFEmnx0=
is-function@^1.0.1:
version "1.0.2"
resolved "https://registry.npm.taobao.org/is-function/download/is-function-1.0.2.tgz#4f097f30abf6efadac9833b17ca5dc03f8144e08"
integrity sha1-Twl/MKv2762smDOxfKXcA/gUTgg=
is-glob@^3.1.0: is-glob@^3.1.0:
version "3.1.0" version "3.1.0"
resolved "https://registry.npm.taobao.org/is-glob/download/is-glob-3.1.0.tgz#7ba5ae24217804ac70707b96922567486cc3e84a" resolved "https://registry.npm.taobao.org/is-glob/download/is-glob-3.1.0.tgz#7ba5ae24217804ac70707b96922567486cc3e84a"
@@ -5262,6 +5360,11 @@ jsprim@^1.2.2:
json-schema "0.2.3" json-schema "0.2.3"
verror "1.10.0" verror "1.10.0"
keycode@^2.2.0:
version "2.2.0"
resolved "https://registry.npm.taobao.org/keycode/download/keycode-2.2.0.tgz#3d0af56dc7b8b8e5cba8d0a97f107204eec22b04"
integrity sha1-PQr1bce4uOXLqNCpfxByBO7CKwQ=
killable@^1.0.1: killable@^1.0.1:
version "1.0.1" version "1.0.1"
resolved "https://registry.nlark.com/killable/download/killable-1.0.1.tgz#4c8ce441187a061c7474fb87ca08e2a638194892" resolved "https://registry.nlark.com/killable/download/killable-1.0.1.tgz#4c8ce441187a061c7474fb87ca08e2a638194892"
@@ -5471,6 +5574,20 @@ lru-cache@^6.0.0:
dependencies: dependencies:
yallist "^4.0.0" yallist "^4.0.0"
m3u8-parser@2.1.0:
version "2.1.0"
resolved "https://registry.nlark.com/m3u8-parser/download/m3u8-parser-2.1.0.tgz#c8170329ec1cd515d0d58bb8b762da9896cb0368"
integrity sha1-yBcDKewc1RXQ1Yu4t2LamJbLA2g=
m3u8-parser@4.7.0:
version "4.7.0"
resolved "https://registry.nlark.com/m3u8-parser/download/m3u8-parser-4.7.0.tgz#e01e8ce136098ade1b14ee691ea20fc4dc60abf6"
integrity sha1-4B6M4TYJit4bFO5pHqIPxNxgq/Y=
dependencies:
"@babel/runtime" "^7.12.5"
"@videojs/vhs-utils" "^3.0.0"
global "^4.4.0"
magic-string@^0.25.7: magic-string@^0.25.7:
version "0.25.7" version "0.25.7"
resolved "https://registry.npm.taobao.org/magic-string/download/magic-string-0.25.7.tgz#3f497d6fd34c669c6798dcb821f2ef31f5445051" resolved "https://registry.npm.taobao.org/magic-string/download/magic-string-0.25.7.tgz#3f497d6fd34c669c6798dcb821f2ef31f5445051"
@@ -5639,6 +5756,13 @@ mimic-fn@^2.1.0:
resolved "https://registry.npm.taobao.org/mimic-fn/download/mimic-fn-2.1.0.tgz?cache=0&sync_timestamp=1617823583529&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fmimic-fn%2Fdownload%2Fmimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b" resolved "https://registry.npm.taobao.org/mimic-fn/download/mimic-fn-2.1.0.tgz?cache=0&sync_timestamp=1617823583529&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fmimic-fn%2Fdownload%2Fmimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
integrity sha1-ftLCzMyvhNP/y3pptXcR/CCDQBs= integrity sha1-ftLCzMyvhNP/y3pptXcR/CCDQBs=
min-document@^2.19.0:
version "2.19.0"
resolved "https://registry.npm.taobao.org/min-document/download/min-document-2.19.0.tgz#7bd282e3f5842ed295bb748cdd9f1ffa2c824685"
integrity sha1-e9KC4/WELtKVu3SM3Z8f+iyCRoU=
dependencies:
dom-walk "^0.1.0"
mini-css-extract-plugin@^0.9.0: mini-css-extract-plugin@^0.9.0:
version "0.9.0" version "0.9.0"
resolved "https://registry.nlark.com/mini-css-extract-plugin/download/mini-css-extract-plugin-0.9.0.tgz?cache=0&sync_timestamp=1625489216950&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fmini-css-extract-plugin%2Fdownload%2Fmini-css-extract-plugin-0.9.0.tgz#47f2cf07aa165ab35733b1fc97d4c46c0564339e" resolved "https://registry.nlark.com/mini-css-extract-plugin/download/mini-css-extract-plugin-0.9.0.tgz?cache=0&sync_timestamp=1625489216950&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fmini-css-extract-plugin%2Fdownload%2Fmini-css-extract-plugin-0.9.0.tgz#47f2cf07aa165ab35733b1fc97d4c46c0564339e"
@@ -5726,6 +5850,16 @@ move-concurrently@^1.0.1:
rimraf "^2.5.4" rimraf "^2.5.4"
run-queue "^1.0.3" run-queue "^1.0.3"
mpd-parser@0.17.0:
version "0.17.0"
resolved "https://registry.nlark.com/mpd-parser/download/mpd-parser-0.17.0.tgz#d7f3002edcb706f98993ef75846a713d056d3332"
integrity sha1-1/MALty3BvmJk+91hGpxPQVtMzI=
dependencies:
"@babel/runtime" "^7.12.5"
"@videojs/vhs-utils" "^3.0.2"
global "^4.4.0"
xmldom "^0.5.0"
ms@2.0.0: ms@2.0.0:
version "2.0.0" version "2.0.0"
resolved "https://registry.npm.taobao.org/ms/download/ms-2.0.0.tgz?cache=0&sync_timestamp=1607433856030&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fms%2Fdownload%2Fms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" resolved "https://registry.npm.taobao.org/ms/download/ms-2.0.0.tgz?cache=0&sync_timestamp=1607433856030&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fms%2Fdownload%2Fms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
@@ -5764,6 +5898,18 @@ mute-stream@0.0.8:
resolved "https://registry.npm.taobao.org/mute-stream/download/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d" resolved "https://registry.npm.taobao.org/mute-stream/download/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d"
integrity sha1-FjDEKyJR/4HiooPelqVJfqkuXg0= integrity sha1-FjDEKyJR/4HiooPelqVJfqkuXg0=
mux.js@4.3.2:
version "4.3.2"
resolved "https://registry.nlark.com/mux.js/download/mux.js-4.3.2.tgz#576d537df037dc5ec35ec1316b948d815d35c210"
integrity sha1-V21TffA33F7DXsExa5SNgV01whA=
mux.js@5.11.1:
version "5.11.1"
resolved "https://registry.nlark.com/mux.js/download/mux.js-5.11.1.tgz#531192c2c5ee5e9abb6243ba58e2c1ef916b35eb"
integrity sha1-UxGSwsXuXpq7YkO6WOLB75FrNes=
dependencies:
"@babel/runtime" "^7.11.2"
mz@^2.4.0: mz@^2.4.0:
version "2.7.0" version "2.7.0"
resolved "https://registry.nlark.com/mz/download/mz-2.7.0.tgz#95008057a56cafadc2bc63dde7f9ff6955948e32" resolved "https://registry.nlark.com/mz/download/mz-2.7.0.tgz#95008057a56cafadc2bc63dde7f9ff6955948e32"
@@ -6234,6 +6380,11 @@ parse-asn1@^5.0.0, parse-asn1@^5.1.5:
pbkdf2 "^3.0.3" pbkdf2 "^3.0.3"
safe-buffer "^5.1.1" safe-buffer "^5.1.1"
parse-headers@^2.0.0:
version "2.0.3"
resolved "https://registry.npm.taobao.org/parse-headers/download/parse-headers-2.0.3.tgz#5e8e7512383d140ba02f0c7aa9f49b4399c92515"
integrity sha1-Xo51Ejg9FAugLwx6qfSbQ5nJJRU=
parse-json@^4.0.0: parse-json@^4.0.0:
version "4.0.0" version "4.0.0"
resolved "https://registry.npm.taobao.org/parse-json/download/parse-json-4.0.0.tgz?cache=0&sync_timestamp=1610966676829&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fparse-json%2Fdownload%2Fparse-json-4.0.0.tgz#be35f5425be1f7f6c747184f98a788cb99477ee0" resolved "https://registry.npm.taobao.org/parse-json/download/parse-json-4.0.0.tgz?cache=0&sync_timestamp=1610966676829&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fparse-json%2Fdownload%2Fparse-json-4.0.0.tgz#be35f5425be1f7f6c747184f98a788cb99477ee0"
@@ -6391,6 +6542,18 @@ pinkie@^2.0.0:
resolved "https://registry.npm.taobao.org/pinkie/download/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870" resolved "https://registry.npm.taobao.org/pinkie/download/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870"
integrity sha1-clVrgM+g1IqXToDnckjoDtT3+HA= integrity sha1-clVrgM+g1IqXToDnckjoDtT3+HA=
pkcs7@^0.2.3:
version "0.2.3"
resolved "https://registry.npm.taobao.org/pkcs7/download/pkcs7-0.2.3.tgz#22d60666d01065c5f24439098e4a4830452273be"
integrity sha1-ItYGZtAQZcXyRDkJjkpIMEUic74=
pkcs7@^1.0.4:
version "1.0.4"
resolved "https://registry.npm.taobao.org/pkcs7/download/pkcs7-1.0.4.tgz#6090b9e71160dabf69209d719cbafa538b00a1cb"
integrity sha1-YJC55xFg2r9pIJ1xnLr6U4sAocs=
dependencies:
"@babel/runtime" "^7.5.5"
pkg-dir@^1.0.0: pkg-dir@^1.0.0:
version "1.0.0" version "1.0.0"
resolved "https://registry.nlark.com/pkg-dir/download/pkg-dir-1.0.0.tgz#7a4b508a8d5bb2d629d447056ff4e9c9314cf3d4" resolved "https://registry.nlark.com/pkg-dir/download/pkg-dir-1.0.0.tgz#7a4b508a8d5bb2d629d447056ff4e9c9314cf3d4"
@@ -6850,6 +7013,11 @@ process@^0.11.10:
resolved "https://registry.nlark.com/process/download/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182" resolved "https://registry.nlark.com/process/download/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182"
integrity sha1-czIwDoQBYb2j5podHZGn1LwW8YI= integrity sha1-czIwDoQBYb2j5podHZGn1LwW8YI=
process@~0.5.1:
version "0.5.2"
resolved "https://registry.nlark.com/process/download/process-0.5.2.tgz#1638d8a8e34c2f440a91db95ab9aeb677fc185cf"
integrity sha1-FjjYqONML0QKkduVq5rrZ3/Bhc8=
progress@^2.0.0: progress@^2.0.0:
version "2.0.3" version "2.0.3"
resolved "https://registry.npm.taobao.org/progress/download/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8" resolved "https://registry.npm.taobao.org/progress/download/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
@@ -7063,6 +7231,11 @@ regenerate@^1.4.0:
resolved "https://registry.nlark.com/regenerate/download/regenerate-1.4.2.tgz#b9346d8827e8f5a32f7ba29637d398b69014848a" resolved "https://registry.nlark.com/regenerate/download/regenerate-1.4.2.tgz#b9346d8827e8f5a32f7ba29637d398b69014848a"
integrity sha1-uTRtiCfo9aMve6KWN9OYtpAUhIo= integrity sha1-uTRtiCfo9aMve6KWN9OYtpAUhIo=
regenerator-runtime@^0.11.0:
version "0.11.1"
resolved "https://registry.nlark.com/regenerator-runtime/download/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9"
integrity sha1-vgWtf5v30i4Fb5cmzuUBf78Z4uk=
regenerator-runtime@^0.13.4: regenerator-runtime@^0.13.4:
version "0.13.7" version "0.13.7"
resolved "https://registry.nlark.com/regenerator-runtime/download/regenerator-runtime-0.13.7.tgz#cac2dacc8a1ea675feaabaeb8ae833898ae46f55" resolved "https://registry.nlark.com/regenerator-runtime/download/regenerator-runtime-0.13.7.tgz#cac2dacc8a1ea675feaabaeb8ae833898ae46f55"
@@ -7292,6 +7465,13 @@ run-queue@^1.0.0, run-queue@^1.0.3:
dependencies: dependencies:
aproba "^1.1.1" aproba "^1.1.1"
rust-result@^1.0.0:
version "1.0.0"
resolved "https://registry.npm.taobao.org/rust-result/download/rust-result-1.0.0.tgz#34c75b2e6dc39fe5875e5bdec85b5e0f91536f72"
integrity sha1-NMdbLm3Dn+WHXlveyFteD5FTb3I=
dependencies:
individual "^2.0.0"
rxjs@^6.6.0: rxjs@^6.6.0:
version "6.6.7" version "6.6.7"
resolved "https://registry.nlark.com/rxjs/download/rxjs-6.6.7.tgz?cache=0&sync_timestamp=1625506653688&other_urls=https%3A%2F%2Fregistry.nlark.com%2Frxjs%2Fdownload%2Frxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9" resolved "https://registry.nlark.com/rxjs/download/rxjs-6.6.7.tgz?cache=0&sync_timestamp=1625506653688&other_urls=https%3A%2F%2Fregistry.nlark.com%2Frxjs%2Fdownload%2Frxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9"
@@ -7309,6 +7489,13 @@ safe-buffer@>=5.1.0, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1,
resolved "https://registry.npm.taobao.org/safe-buffer/download/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6" resolved "https://registry.npm.taobao.org/safe-buffer/download/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6"
integrity sha1-Hq+fqb2x/dTsdfWPnNtOa3gn7sY= integrity sha1-Hq+fqb2x/dTsdfWPnNtOa3gn7sY=
safe-json-parse@4.0.0:
version "4.0.0"
resolved "https://registry.npm.taobao.org/safe-json-parse/download/safe-json-parse-4.0.0.tgz#7c0f578cfccd12d33a71c0e05413e2eca171eaac"
integrity sha1-fA9XjPzNEtM6ccDgVBPi7KFx6qw=
dependencies:
rust-result "^1.0.0"
safe-regex@^1.1.0: safe-regex@^1.1.0:
version "1.1.0" version "1.1.0"
resolved "https://registry.npm.taobao.org/safe-regex/download/safe-regex-1.1.0.tgz#40a3669f3b077d1e943d44629e157dd48023bf2e" resolved "https://registry.npm.taobao.org/safe-regex/download/safe-regex-1.1.0.tgz#40a3669f3b077d1e943d44629e157dd48023bf2e"
@@ -8166,6 +8353,11 @@ tslib@^1.9.0:
resolved "https://registry.nlark.com/tslib/download/tslib-1.14.1.tgz?cache=0&sync_timestamp=1623450901878&other_urls=https%3A%2F%2Fregistry.nlark.com%2Ftslib%2Fdownload%2Ftslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00" resolved "https://registry.nlark.com/tslib/download/tslib-1.14.1.tgz?cache=0&sync_timestamp=1623450901878&other_urls=https%3A%2F%2Fregistry.nlark.com%2Ftslib%2Fdownload%2Ftslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
integrity sha1-zy04vcNKE0vK8QkcQfZhni9nLQA= integrity sha1-zy04vcNKE0vK8QkcQfZhni9nLQA=
tsml@1.0.1:
version "1.0.1"
resolved "https://registry.npm.taobao.org/tsml/download/tsml-1.0.1.tgz#89f8218b9d9e257f47d7f6b56d01c5a4d2c68fc3"
integrity sha1-ifghi52eJX9H1/a1bQHFpNLGj8M=
tty-browserify@0.0.0: tty-browserify@0.0.0:
version "0.0.0" version "0.0.0"
resolved "https://registry.npm.taobao.org/tty-browserify/download/tty-browserify-0.0.0.tgz#a157ba402da24e9bf957f9aa69d524eed42901a6" resolved "https://registry.npm.taobao.org/tty-browserify/download/tty-browserify-0.0.0.tgz#a157ba402da24e9bf957f9aa69d524eed42901a6"
@@ -8355,6 +8547,11 @@ url-parse@^1.4.3, url-parse@^1.5.1:
querystringify "^2.1.1" querystringify "^2.1.1"
requires-port "^1.0.0" requires-port "^1.0.0"
url-toolkit@^2.1.3, url-toolkit@^2.2.1:
version "2.2.3"
resolved "https://registry.nlark.com/url-toolkit/download/url-toolkit-2.2.3.tgz?cache=0&sync_timestamp=1625913594450&other_urls=https%3A%2F%2Fregistry.nlark.com%2Furl-toolkit%2Fdownload%2Furl-toolkit-2.2.3.tgz#78fa901215abbac34182066932220279b804522b"
integrity sha1-ePqQEhWrusNBggZpMiICebgEUis=
url@^0.11.0: url@^0.11.0:
version "0.11.0" version "0.11.0"
resolved "https://registry.npm.taobao.org/url/download/url-0.11.0.tgz#3838e97cfc60521eb73c525a8e55bfdd9e2e28f1" resolved "https://registry.npm.taobao.org/url/download/url-0.11.0.tgz#3838e97cfc60521eb73c525a8e55bfdd9e2e28f1"
@@ -8452,6 +8649,113 @@ verror@1.10.0:
core-util-is "1.0.2" core-util-is "1.0.2"
extsprintf "^1.2.0" extsprintf "^1.2.0"
"video.js@^5.17.0 || ^6.2.0", "video.js@^5.19.1 || ^6.2.0", video.js@^6.6.0:
version "6.13.0"
resolved "https://registry.nlark.com/video.js/download/video.js-6.13.0.tgz#f9487d46327340fa48ecd51372a2981dbb6cde4c"
integrity sha1-+Uh9RjJzQPpI7NUTcqKYHbts3kw=
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@^6 || ^7":
version "7.13.3"
resolved "https://registry.nlark.com/video.js/download/video.js-7.13.3.tgz#5efab7bd56267406307f64d110662b2ccb3d7530"
integrity sha1-Xvq3vVYmdAYwf2TREGYrLMs9dTA=
dependencies:
"@babel/runtime" "^7.12.5"
"@videojs/http-streaming" "2.9.1"
"@videojs/vhs-utils" "^3.0.2"
"@videojs/xhr" "2.5.1"
aes-decrypter "3.1.2"
global "^4.4.0"
keycode "^2.2.0"
m3u8-parser "4.7.0"
mpd-parser "0.17.0"
mux.js "5.11.1"
safe-json-parse "4.0.0"
videojs-font "3.2.0"
videojs-vtt.js "^0.15.3"
videojs-contrib-hls@^5.12.2:
version "5.15.0"
resolved "https://registry.npm.taobao.org/videojs-contrib-hls/download/videojs-contrib-hls-5.15.0.tgz#fe4957367e5d68b7d23f78ed32e37a9dd892a0a8"
integrity sha1-/klXNn5daLfSP3jtMuN6ndiSoKg=
dependencies:
aes-decrypter "1.0.3"
global "^4.3.0"
m3u8-parser "2.1.0"
mux.js "4.3.2"
url-toolkit "^2.1.3"
video.js "^5.19.1 || ^6.2.0"
videojs-contrib-media-sources "4.7.2"
webwackify "0.1.6"
videojs-contrib-media-sources@4.7.2:
version "4.7.2"
resolved "https://registry.npm.taobao.org/videojs-contrib-media-sources/download/videojs-contrib-media-sources-4.7.2.tgz#0adf929107d5b74cf2c8abb2824c82177e43858e"
integrity sha1-Ct+SkQfVt0zyyKuygkyCF35DhY4=
dependencies:
global "^4.3.0"
mux.js "4.3.2"
video.js "^5.17.0 || ^6.2.0"
webwackify "0.1.6"
videojs-flash@^2.1.0:
version "2.2.1"
resolved "https://registry.npm.taobao.org/videojs-flash/download/videojs-flash-2.2.1.tgz#1a225dbb1ced200ae9bbf15e01fe4a61086d90f1"
integrity sha1-GiJduxztIArpu/FeAf5KYQhtkPE=
dependencies:
global "^4.4.0"
video.js "^6 || ^7"
videojs-swf "5.4.2"
videojs-font@2.1.0:
version "2.1.0"
resolved "https://registry.npm.taobao.org/videojs-font/download/videojs-font-2.1.0.tgz#a25930a67f6c9cfbf2bb88dacb8c6b451f093379"
integrity sha1-olkwpn9snPvyu4jay4xrRR8JM3k=
videojs-font@3.2.0:
version "3.2.0"
resolved "https://registry.npm.taobao.org/videojs-font/download/videojs-font-3.2.0.tgz#212c9d3f4e4ec3fa7345167d64316add35e92232"
integrity sha1-ISydP05Ow/pzRRZ9ZDFq3TXpIjI=
videojs-hotkeys@^0.2.20:
version "0.2.27"
resolved "https://registry.npm.taobao.org/videojs-hotkeys/download/videojs-hotkeys-0.2.27.tgz#0df97952b9dff0e6cc1cf8a439fed7eac9c73f01"
integrity sha1-Dfl5Urnf8ObMHPikOf7X6snHPwE=
videojs-ie8@1.1.2:
version "1.1.2"
resolved "https://registry.npm.taobao.org/videojs-ie8/download/videojs-ie8-1.1.2.tgz#a23d3d8608ad7192b69c6077fc4eb848998d35d9"
integrity sha1-oj09hgitcZK2nGB3/E64SJmNNdk=
dependencies:
es5-shim "^4.5.1"
videojs-swf@5.4.2:
version "5.4.2"
resolved "https://registry.npm.taobao.org/videojs-swf/download/videojs-swf-5.4.2.tgz#6964a9bff903b732f3e465314ae478a02a17e8ab"
integrity sha1-aWSpv/kDtzLz5GUxSuR4oCoX6Ks=
videojs-vtt.js@0.12.6:
version "0.12.6"
resolved "https://registry.nlark.com/videojs-vtt.js/download/videojs-vtt.js-0.12.6.tgz#e078600bda899eaa6f9c3307134cd0c811947b8e"
integrity sha1-4HhgC9qJnqpvnDMHE0zQyBGUe44=
dependencies:
global "^4.3.1"
videojs-vtt.js@^0.15.3:
version "0.15.3"
resolved "https://registry.nlark.com/videojs-vtt.js/download/videojs-vtt.js-0.15.3.tgz#84260393b79487fcf195d9372f812d7fab83a993"
integrity sha1-hCYDk7eUh/zxldk3L4Etf6uDqZM=
dependencies:
global "^4.3.1"
vm-browserify@^1.0.1: vm-browserify@^1.0.1:
version "1.1.2" version "1.1.2"
resolved "https://registry.npm.taobao.org/vm-browserify/download/vm-browserify-1.1.2.tgz#78641c488b8e6ca91a75f511e7a3b32a86e5dda0" resolved "https://registry.npm.taobao.org/vm-browserify/download/vm-browserify-1.1.2.tgz#78641c488b8e6ca91a75f511e7a3b32a86e5dda0"
@@ -8522,6 +8826,22 @@ vue-types@^3.0.0:
dependencies: dependencies:
is-plain-object "3.0.1" is-plain-object "3.0.1"
vue-vam-video@^1.3.6:
version "1.3.6"
resolved "https://registry.nlark.com/vue-vam-video/download/vue-vam-video-1.3.6.tgz#bacc04696b81d1adbd9de25cf6a9141c0321c1e8"
integrity sha1-uswEaWuB0a29neJc9qkUHAMhweg=
vue-video-player@^5.0.2:
version "5.0.2"
resolved "https://registry.npm.taobao.org/vue-video-player/download/vue-video-player-5.0.2.tgz#34a42239ff304efc7698da20a4165051d766c1e6"
integrity sha1-NKQiOf8wTvx2mNogpBZQUddmweY=
dependencies:
object-assign "^4.1.1"
video.js "^6.6.0"
videojs-contrib-hls "^5.12.2"
videojs-flash "^2.1.0"
videojs-hotkeys "^0.2.20"
vue@^3.0.0: vue@^3.0.0:
version "3.1.4" version "3.1.4"
resolved "https://registry.nlark.com/vue/download/vue-3.1.4.tgz#120d6818c51eaa35d0879e5bc1cff60135bc69fd" resolved "https://registry.nlark.com/vue/download/vue-3.1.4.tgz#120d6818c51eaa35d0879e5bc1cff60135bc69fd"
@@ -8713,6 +9033,11 @@ websocket-extensions@>=0.1.1:
resolved "https://registry.npm.taobao.org/websocket-extensions/download/websocket-extensions-0.1.4.tgz#7f8473bc839dfd87608adb95d7eb075211578a42" resolved "https://registry.npm.taobao.org/websocket-extensions/download/websocket-extensions-0.1.4.tgz#7f8473bc839dfd87608adb95d7eb075211578a42"
integrity sha1-f4RzvIOd/YdgituV1+sHUhFXikI= integrity sha1-f4RzvIOd/YdgituV1+sHUhFXikI=
webwackify@0.1.6:
version "0.1.6"
resolved "https://registry.npm.taobao.org/webwackify/download/webwackify-0.1.6.tgz#1d42a12ac61823d7e345abde084eaaa62a4a95eb"
integrity sha1-HUKhKsYYI9fjRaveCE6qpipKles=
which-boxed-primitive@^1.0.2: which-boxed-primitive@^1.0.2:
version "1.0.2" version "1.0.2"
resolved "https://registry.nlark.com/which-boxed-primitive/download/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6" resolved "https://registry.nlark.com/which-boxed-primitive/download/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6"
@@ -8801,6 +9126,21 @@ ws@^6.0.0, ws@^6.2.1:
dependencies: dependencies:
async-limiter "~1.0.0" async-limiter "~1.0.0"
xhr@2.4.0:
version "2.4.0"
resolved "https://registry.npm.taobao.org/xhr/download/xhr-2.4.0.tgz#e16e66a45f869861eeefab416d5eff722dc40993"
integrity sha1-4W5mpF+GmGHu76tBbV7/ci3ECZM=
dependencies:
global "~4.3.0"
is-function "^1.0.1"
parse-headers "^2.0.0"
xtend "^4.0.0"
xmldom@^0.5.0:
version "0.5.0"
resolved "https://registry.npm.taobao.org/xmldom/download/xmldom-0.5.0.tgz#193cb96b84aa3486127ea6272c4596354cb4962e"
integrity sha1-GTy5a4SqNIYSfqYnLEWWNUy0li4=
xtend@^4.0.0, xtend@~4.0.1: xtend@^4.0.0, xtend@~4.0.1:
version "4.0.2" version "4.0.2"
resolved "https://registry.npm.taobao.org/xtend/download/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54" resolved "https://registry.npm.taobao.org/xtend/download/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54"